diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 411cdfdef..e83295298 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -5517,36 +5517,37 @@ loop variables:

page.encryptLogin
A conditional indicating whether this page should be served over SSL.

page.absDepth
The absolute depth of this page (relative to nameless root).

page.relDepth
The relative depth of this page (relative to starting point).

-

page.isCurrent
A condition indicating whether this page is current page.

-

page.isHidden
A condition indicating whether this page is a hidden page.
(Note: This variable is only visible if "Show hidden pages" is switched on.)

-

page.isSystem
A condition indicating whether this page is a system page (Trash, Clipboard, etc).
(Note: This variable is only visible if "Show system pages" is switched on.)

-

page.isViewable
A condition indicating whether the user has permission to view it.
(Note: This variable is only visible if "Show unprivileged pages" is switched on.)

+

page.isHidden
A conditional indicating whether this page is a hidden page.
(Note: This variable is only visible if "Show hidden pages" is switched on.)

+

page.isSystem
A conditional indicating whether this page is a system page (Trash, Clipboard, etc).
(Note: This variable is only visible if "Show system pages" is switched on.)

+

page.isViewable
A conditional indicating whether the user has permission to view it.
(Note: This variable is only visible if "Show unprivileged pages" is switched on.)

page.indent
A variable containing the indent for current page. The default indent is three spaces. Use the page.indent_loop if you need a more flexible indent.

page.indent_loop
A loop that runs page.relDepth times.

indent
A number representing the loop count.

-

page.isRoot
A condition indication whether this page is a root page.

-

page.isTop
A condition indication whether this page is a top page (daughter of root).

-

page.inCurrentRoot
This condition is true if this page is a descendant of the root page of the current page

-

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

-

page.isMyAncestor
A condition indication whether this page is an ancestor of current page.

-

page.isMyDaughter
A condition indication whether this page is a daughter of current page.

-

page.isMyMother
A condition indication whether this page is the mother of current page.

+

page.isRoot
A conditional indication whether this page is a root page.

+

page.isTop
A conditional indication whether this page is a top page (daughter of root).

+

page.inCurrentRoot
This conditional is true if this page is a descendant of the root page of the current page

+

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

+

page.isCurrent
A conditional indicating whether this page is the current page.

+

page.isMyAncestor
A conditional indication whether this page is an ancestor of current page.

+

page.isMyDaughter
A conditional indication whether this page is a daughter of current page.

+

page.isMyMother
A conditional indication whether this page is the mother of current page.

+

page.isMySister
A conditional indication whether this page is the sister of current page.

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.

page.mother.pageId
The pageId of the mother of this page.

page.mother.parentId
The parentId of the mother of this page.

-

page.depthIs1 , page.depthIs2 , page.depthIs3 , page.depthIs4 , page.depthIsN
A condition indicating whether the depth of this page is N. This variable is useful if you want to style a certain level.

+

page.depthIs1 , page.depthIs2 , page.depthIs3 , page.depthIs4 , page.depthIsN
A conditional indicating whether the depth of this page is N. This variable is useful if you want to style a certain level.

<tmpl_if page.depthIs1>
   <img src="level1.gif">
<tmpl_else>
   <img src="defaultBullet.gif">
</tmpl_if>

-

page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN
A condition indicating whether the relative depth of this page is N.

+

page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN
A conditional indicating whether the relative depth of this page is N.

page.isLeftMost
This property is true if this page is the first within this level. Ie. has no left sister.

page.isRightMost
This property is true if this page is the last within this level. Ie. has no right sister.

page.depthDiff
The difference in depth of this page and the page processed before it. This only has a value when you go up in depth. If you go down, this would be always 1 and going down a level can be detected with page.isLeftMost.

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 => 1097206762 + lastUpdated => 1097208584 }, '893' => { @@ -6380,22 +6381,22 @@ The default label for the heading of this form.

newpost.isNewThread
-A condition indicating whether this post is a new thread. +A conditional indicating whether this post is a new thread.

newpost.isReply
-A condition indicating whether this post is a reply. +A conditional indicating whether this post is a reply.

NOTE: If the post is a reply, then the template variables from the post template are included and populated with the data from the original message.

newpost.isEdit
-A condition indicating whether this post is an edit of an existing post. +A conditional indicating whether this post is an edit of an existing post.

user.isVisitor
-A condition indicating whether the current user is a visitor. +A conditional indicating whether the current user is a visitor.

newpost.isNewMessage
@@ -6481,7 +6482,7 @@ The form footer.

|, - lastUpdated => 1066581759 + lastUpdated => 1097208570 }, '702' => {