Fix template variable help for Navigation, page.depthDiff. Fixes bug #11952.
This commit is contained in:
parent
76f32f3b6d
commit
9e714fa09a
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
7.10.5
|
||||
- fixed #11950: Username set to 0 when edit user
|
||||
- fixed #11946: Double time zone correction when addding an event
|
||||
- fixed #11952: Navigation template help error
|
||||
|
||||
7.10.4
|
||||
- Added WebGUI::Fork api
|
||||
|
|
|
|||
|
|
@ -421,8 +421,8 @@ the Navigation Template to determine who can see them in the menu.</p>
|
|||
},
|
||||
|
||||
'page.depthDiff' => {
|
||||
message => q|The difference in depth between the previous page and this page, parent.absDepth - page.absDepth, although parent.absDepth is not a template variable.|,
|
||||
lastUpdated => 1149394665,
|
||||
message => q|The difference in depth between the previous page and this page, previous.absDepth - page.absDepth, although previous.absDepth is not a template variable. For the very first page (which has no previous page), this is set to 0.|,
|
||||
lastUpdated => 1289253145,
|
||||
},
|
||||
|
||||
'page.depthDiffIsN' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue