diff --git a/lib/WebGUI/i18n/English/Navigation.pm b/lib/WebGUI/i18n/English/Navigation.pm index db2c44a8d..251f99eac 100644 --- a/lib/WebGUI/i18n/English/Navigation.pm +++ b/lib/WebGUI/i18n/English/Navigation.pm @@ -3,8 +3,8 @@ package WebGUI::i18n::English::Navigation; our $I18N = { 'add new' => { message => q|Add new navigation.|, - lastUpdated => 1077777777, - context => q|A submenu item in admin console that allows the user to add a new nav config.| + lastUpdated => 1101774172, + context => q|A submenu item in admin console that allows the user to add a new navigation config.| }, '33' => { @@ -220,11 +220,11 @@ template is used to create the menu.

Show Hidden Pages
Should the menus include pages which are marked as Hidden? Similar to System Pages, if you want certain groups to be able to see Hidden Pages, then select Yes and use the Navigation Template to determine who can see them in the menu.

-

Show Unpriviliged Pages
Should the menus the macro creates include pages which the currently logged-in user does not have the privilige to view?

+

Show Unprivileged Pages
Should the menus the macro creates include pages which the currently logged-in user does not have the privilege to view?

Template
This menu permits you to select a template which is used to style the output created by the macro -- if you need the same collection of pages in multiple formats, you'll need to create multiple Navigation entries with (slightly) different names; the Copy Navigation button is useful for this.

Reverse Output
When this option is switched on, the menu will be in reverse order.

Preview
The Preview button allows you to view a navigation setup without actually saving it.

|, - lastUpdated => 1100586425, + lastUpdated => 1101774179, }, '1096' => { @@ -244,7 +244,7 @@ the Navigation Template to determine who can see them in the menu.

basepage.newWindow
A conditional indicating whether the base page should be opened in a new window.

basepage.encryptLogin
A conditional indicating whether the base page should be served over SSL.

basepage.hasDaughter
A conditional indicating whether the base page has daughters.

-

page_loop
A loop containing page information in nested, hierarchial order.

+

page_loop
A loop containing page information in nested, hierarchical order.

unfolded_page_loop
This loop contains the same data as page_loop but the order is different. unfolded_page_loop returns it's pages in an unfolded manner; grouped by parent id. You'll probably need page_loop, but there are (CSS) menus that need unfolded_page_loop to work properly.

Both page_loop and unfolded_page_loop have the following loop variables:

@@ -274,11 +274,11 @@ loop variables:

page.hasDaughter
A conditional indicating whether this page has a daughter. In other words: It evaluates to true if this page is a mother.

page.isBasepage
A conditional indicating whether this page is the base page.

page.isAncestor
A conditional indicating whether this page is an ancestor of the base page.

-

page.isDescendent
A conditional indicating whether this page is a descendent of the base page.

+

page.isDescendent
A conditional indicating whether this page is a descendant of the base page.

page.isDaughter
A conditional indicating whether this page is a daughter of the base page.

page.isMother
A conditional indicating whether this page is the mother of the base page.

page.isSister
A conditional indicating whether this page is the sister of the base page.

-

page.inBranch
A conditional that is the logical OR of isAncestor, isisSister, isBasepage and isDescendent.

+

page.inBranch
A conditional that is the logical OR of isAncestor, isSister, isBasepage and isDescendent.

page.mother.*
These variables will be undefined if the page is a root.

page.mother.title
The title of the mother of this page.

page.mother.urlizedTitle
The urlized title of the mother of this page.

@@ -293,7 +293,7 @@ loop variables:

page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN
True if the page.depthDiff variable is N.

page.depthDiff_loop
A loop that runs page.depthDiff times. This loop contains no loop variables.

 

|, - lastUpdated => 1097728363 + lastUpdated => 1101774191 }, '1094' => { @@ -302,7 +302,7 @@ loop variables:

}, '1095' => { - message => q|

The general idea behind the navigation system is that instead of hardwiring all the various choices you might make into the code, the system manages a 'library' of these styles, just the way it does with Snippets, Images, Templates, Page Styles, and other types of reusable information. You can create a new 'Navgation menu style', give it a name, and then use it anywhere on your site that you like.

+ message => q|

The general idea behind the navigation system is that instead of hardwiring all the various choices you might make into the code, the system manages a 'library' of these styles, just the way it does with Snippets, Images, Templates, Page Styles, and other types of reusable information. You can create a new 'Navigation menu style', give it a name, and then use it anywhere on your site that you like.

The navigation system consists of two parts:

  1. The ^Navigation(); macro, which determines which files may be included in the menu and which template to use.
  2. @@ -310,7 +310,7 @@ loop variables:

To create a new menu for your site, place a ^Navigation(myMenu); macro into a style. An "edit myMenu" link will be displayed if "myMenu" is not defined.

Note: In this example "myMenu" is used, but you can pick any name, as long as it is unique.

|, - lastUpdated => 1100587054 + lastUpdated => 1101774239 }, };