From version < 2.1 >
edited by Administrator
on 2016/09/06 12:29
To version < 3.1
edited by Administrator
on 2020/01/14 14:41
<
Change comment: Install extension [org.xwiki.platform:xwiki-platform-help-ui/11.10.2]

Summary

Details

Page properties
Content
... ... @@ -112,7 +112,7 @@
112 112   #end
113 113  
114 114   ## Add new sections to category children map
115 - #set($child = {'id' : $sectionDoc.getName().substring(11), 'minSyntax' : $obj.getProperty("minSyntaxId").value, 'maxSyntax' : $obj.getProperty("maxSyntaxId").value, 'name' : $sectionTitle})
115 + #set($child = {'id' : $sectionDoc.documentReference.name.substring(11), 'minSyntax' : $obj.getProperty("minSyntaxId").value, 'maxSyntax' : $obj.getProperty("maxSyntaxId").value, 'name' : $sectionTitle})
116 116   $catChildren.add($child)
117 117   #end
118 118  #end
... ... @@ -308,11 +308,11 @@
308 308  ##-----------------------------------------
309 309  ## syntax-page display
310 310  ##-----------------------------------------
311 + #set ($subHeading = '===')
311 311   (% id="syntax-page-content" %)(((
312 312   #if(!$crtSection && !$crtCategory)
313 313   #syntax_displayCategories($syntaxMenu 'syntax.')
314 314   #elseif (!$crtSection)
315 - #set ($subHeading = '===')
316 316   #syntax_displayCategory($crtCategory.children 'syntax.' '==')
317 317   #else
318 318   #syntax_displaySection($crtSection 'syntax.' false)
No changes
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 11.10.2 - Documentation