From b149c0d32c5b3dc9cb92b27640f865de57c76832 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 16 Sep 2008 22:02:23 +0000 Subject: [PATCH] update template docs about which variables are available where in the Navigation --- lib/WebGUI/i18n/English/Asset_Navigation.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm index d90e5b1fc..86b4b6ad4 100644 --- a/lib/WebGUI/i18n/English/Asset_Navigation.pm +++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm @@ -274,7 +274,7 @@ the Navigation Template to determine who can see them in the menu.

'page_loop' => { message => q|A loop containing pages in nested, hierarchical order. Every property of each page is available. A handfull of them are listed below. Please consult the template variables for each Asset type for a full list.|, - lastUpdated => 1221594907, + lastUpdated => 1221602778, }, 'page.assetId' => { @@ -529,10 +529,10 @@ the Navigation Template to determine who can see them in the menu.

message => q|

These variables are available in Navigation Templates:

currentPage refers to the page that the user is currently looking at. page refers to any given page inside of the page_loop

. -

When referring to a page, or a child, or a parent, every Asset property is available. Only the most useful +

When referring to a page every Asset property is available. Only the most useful ones are listed below.

|, - lastUpdated => 1221595018, + lastUpdated => 1221602772, }, 'mimeType' => {