Fix a typo in Navigation help, for page.isDescendant. Attribution pending.
This commit is contained in:
parent
4c408da55a
commit
b4ebcb2ae3
3 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
7.7.1
|
7.7.1
|
||||||
- rfe #9353: Welcome message template
|
- rfe #9353: Welcome message template
|
||||||
- rfe #10007: New Month and Year question type. If required, Month must be selected and a 4 digit year must be entered.
|
- rfe #10007: New Month and Year question type. If required, Month must be selected and a 4 digit year must be entered.
|
||||||
|
- fixed #10011: Wrong spelling of "Descendant" in Navigation Asset Help function ()
|
||||||
|
|
||||||
7.7.0
|
7.7.0
|
||||||
- fixed #9913: New Content Side Bar missing in Asset window
|
- fixed #9913: New Content Side Bar missing in Asset window
|
||||||
- fixed: New Mail macro never returns any messages
|
- fixed: New Mail macro never returns any messages
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ our $HELP = {
|
||||||
{ 'name' => 'page.isChild' },
|
{ 'name' => 'page.isChild' },
|
||||||
{ 'name' => 'page.isParent' },
|
{ 'name' => 'page.isParent' },
|
||||||
{ 'name' => 'page.isCurrent' },
|
{ 'name' => 'page.isCurrent' },
|
||||||
{ 'name' => 'page.isDescendent' },
|
{ 'name' => 'page.isDescendant' },
|
||||||
{ 'name' => 'page.isAncestor' },
|
{ 'name' => 'page.isAncestor' },
|
||||||
{ 'name' => 'page.inBranchRoot' },
|
{ 'name' => 'page.inBranchRoot' },
|
||||||
{ 'name' => 'page.isSibling' },
|
{ 'name' => 'page.isSibling' },
|
||||||
|
|
|
||||||
|
|
@ -136,10 +136,10 @@ all of the classes of pages that should be included:<br />
|
||||||
<dd>The current page.</dd>
|
<dd>The current page.</dd>
|
||||||
<dt>Siblings</dt>
|
<dt>Siblings</dt>
|
||||||
<dd>Pages at the same level as the current URL.</dd>
|
<dd>Pages at the same level as the current URL.</dd>
|
||||||
<dt>Descendents</dt>
|
<dt>Descendants</dt>
|
||||||
<dd>Pages lower than the current page in the tree.</dd>
|
<dd>Pages lower than the current page in the tree.</dd>
|
||||||
<dt>Pedigree</dt>
|
<dt>Pedigree</dt>
|
||||||
<dd>When using a different start page, this option selects the Ancestors, Siblings and Descendents of that page.</dd>
|
<dd>When using a different start page, this option selects the Ancestors, Siblings and Descendants of that page.</dd>
|
||||||
</dl>|,
|
</dl>|,
|
||||||
lastUpdated => 1146456217,
|
lastUpdated => 1146456217,
|
||||||
},
|
},
|
||||||
|
|
@ -372,7 +372,7 @@ the Navigation Template to determine who can see them in the menu.</p>
|
||||||
lastUpdated => 1163720148,
|
lastUpdated => 1163720148,
|
||||||
},
|
},
|
||||||
|
|
||||||
'page.isDescendent' => {
|
'page.isDescendant' => {
|
||||||
message => q|A conditional indicating whether this page is a descendant of the current page.|,
|
message => q|A conditional indicating whether this page is a descendant of the current page.|,
|
||||||
lastUpdated => 1163720154,
|
lastUpdated => 1163720154,
|
||||||
},
|
},
|
||||||
|
|
@ -393,7 +393,7 @@ the Navigation Template to determine who can see them in the menu.</p>
|
||||||
},
|
},
|
||||||
|
|
||||||
'page.inBranch' => {
|
'page.inBranch' => {
|
||||||
message => q|A conditional that is the logical OR of <strong>isAncestor</strong>, <strong>isSibling</strong>, <strong>isBasepage</strong> and <strong>isDescendent</strong>.|,
|
message => q|A conditional that is the logical OR of <strong>isAncestor</strong>, <strong>isSibling</strong>, <strong>isBasepage</strong> and <strong>isDescendant</strong>.|,
|
||||||
lastUpdated => 1157647394,
|
lastUpdated => 1157647394,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue