added ui niceties to content adders in asset manager, and exposed page.rank to nav templates
This commit is contained in:
parent
b6ddd2dd78
commit
e513526f46
5 changed files with 43 additions and 4 deletions
|
|
@ -8,6 +8,12 @@ our $I18N = {
|
|||
context => q|Used when editing an entire branch, and asks whether the user wants to change this field recursively.|
|
||||
},
|
||||
|
||||
'packages' => {
|
||||
message => q|Packages|,
|
||||
lastUpdated => 1099344172,
|
||||
context => q|The title of the package chooser in the asset manager|
|
||||
},
|
||||
|
||||
'assets' => {
|
||||
message => q|Assets|,
|
||||
lastUpdated => 1099344172,
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ the Navigation Template to determine who can see them in the menu.</P>
|
|||
loop variables:</p>
|
||||
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
|
||||
<P dir=ltr><STRONG>page.menuTitle</STRONG><BR>The menu title of this page.</P>
|
||||
<P dir=ltr><STRONG>page.rank</STRONG><BR>The rank of this page compared with is siblings.</P>
|
||||
<P dir=ltr><STRONG>page.title</STRONG><BR>The title of this page.</P>
|
||||
<P dir=ltr><STRONG>page.url</STRONG><BR>The complete URL to this page.</P>
|
||||
<P dir=ltr><STRONG>page.assetId</STRONG><BR>The assetId of this page.</P>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue