Changes for page Administration
Last modified by Leon Poon on 2025/05/12 14:26
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -$services.localization.render("administration.title#if ($doc. documentReference.name == 'WebPreferences').page#elseif ($doc.fullName == 'XWiki.XWikiPreferences')#if ($xcontext.isMainWiki()).global#{else}.wiki#end#end")1 +$services.localization.render("administration.title#if ($doc.name == 'WebPreferences').page#elseif ($doc.fullName == 'XWiki.XWikiPreferences')#if ($xcontext.isMainWiki()).global#{else}.wiki#end#end") - Content
-
... ... @@ -16,9 +16,6 @@ 16 16 ## 17 17 ## Admin menu map 18 18 ## 19 -## displayInSection: menu.name | sectionOrder: 200 | page: Menu.MenuConfigurationSection 20 -## displayInSection: panels.applications | sectionOrder: 400 | page: PanelsCode.ApplicationsPanelConfigurable 21 -## displayInSection: panels.navigation | sectionOrder: 500 | page: PanelsCode.NavigationConfigurationSection 22 22 #set($adminMenu = [ 23 23 { 24 24 'id' : 'lf', ... ... @@ -26,8 +26,8 @@ 26 26 'displayBeforeCategory': 'content', 27 27 'children': [ 28 28 {'id' : 'Themes', 'perSpace' : true, 'order' : 100}, 29 - {'id' : 'Panels.PanelWizard', 'perSpace' : true, 'order' : 300},30 - {'id' : 'Presentation', 'perSpace' : true, 'order' : 600}26 + {'id' : 'Panels.PanelWizard', 'perSpace' : true, 'order' : 200}, 27 + {'id' : 'Presentation', 'perSpace' : true, 'order' : 300} 31 31 ] 32 32 }, 33 33 { ... ... @@ -234,8 +234,7 @@ 234 234 {{html clean="false"}} 235 235 <div id="$!options.id" class="panel-group $!options.cssClass" role="tablist" aria-multiselectable="true"> 236 236 <div class="panel xform"> 237 - <label for="adminsearchmenu" class="hidden">$services.localization.render('search')</label> 238 - <input type="text" class="form-control panel-group-filter" autocomplete="off" id="adminsearchmenu" 234 + <input type="text" class="form-control panel-group-filter" autocomplete="off" 239 239 placeholder="$escapetool.xml($services.localization.render('administration.menu.search.hint'))" /> 240 240 </div> 241 241 #foreach ($item in $menu) ... ... @@ -321,7 +321,7 @@ 321 321 322 322 ## Determine the administration level. 323 323 #set ($level = '') 324 -#if ($doc. documentReference.name == 'WebPreferences')320 +#if ($doc.name == 'WebPreferences') 325 325 #set ($level = '.page') 326 326 #elseif ($doc.fullName == 'XWiki.XWikiPreferences') 327 327 #if ($xcontext.isMainWiki())