diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 2ec726c7d..849f24ce7 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -186,10 +186,6 @@ our $HELP = { title => '668', body => '623', related => [ - { - tag => 'page template', - namespace => 'WebGUI' - }, { tag => 'style template', namespace => 'WebGUI' @@ -333,10 +329,6 @@ our $HELP = { title => '642', body => '606', related => [ - { - tag => 'page template', - namespace => 'WebGUI' - }, { tag => 'page delete', namespace => 'WebGUI' @@ -483,20 +475,7 @@ our $HELP = { } ] }, - 'page template' => { - title => '829', - body => '830', - related => [ - { - tag => 'page add/edit', - namespace => 'WebGUI' - }, - { - tag => 'templates manage', - namespace => 'Template' - } - ] - }, + 'programmer macros' => { title => '839', body => '840', diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 42e6563b3..5fdafb6de 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -2762,65 +2762,6 @@ Large sites using external group data will be making many calls to the external lastUpdated => 1053278208 }, - '830' => { - message => q|Page templates are used to organize wobjects on your page. To do this you create page template positions. You can have any number of positions in your page template, but you must always have position one. The following are the variables available to page templates. - -

-NOTE: The position elements can go up to 1 billion, which should be more than enough for the average site. - -

- -positionX_loop
-The loop that defines a page position and contains a list of wobjects for that position. Replace X with a number, so position one would be position1_loop, and position two would be position2_loop, etc. -

- -wobject.canView
-A conditional indicating whether the current user has the privileges to view this wobject. -

- -wobject.canEdit
-A conditional indicating whether the current user has the privileges to edit this wobject. -

- -wobject.controls
-The icon toolbar for manipulating the properties of this wobject and for copying, deleting and moving the wobject -on the page. -

- -wobject.controls.drag
-The toolbar icon that allows the wobject to be repositioned via a click and drag interface. -

- -wobject.id
-The unique identifier for this wobject. -

- -wobject.isInDateRange
-A conditional indicating whether the wobject is scheduled to be displayed right now. The variable wobject.canView already takes this into account, but content managers can always view content, so this is an extra check so they don't have to see the wobject if it's not scheduled to appear yet, or if it's end date has already passed. -

- -wobject.content
-The content produced by the wobject. -

- -

- -

- -page.canEdit
-A conditional indicating whether the current user has the privileges to edit this page. -

- -page.controls
-The toolbar for manipulating the properties of the page. -

- - - -|, - lastUpdated => 1102027873, - }, - '754' => { message => q|Manage the users in this group.|, lastUpdated => 1036866994