From 14cf8adf0a6f42fc0aa55e7a29728882d766cae1 Mon Sep 17 00:00:00 2001
From: Colin Kuskie This is the unique identifier WebGUI uses to keep track of this Asset instance. Normal users should never need to be concerned with the Asset ID, but some advanced users may need to know it for things like SQL Reports. The Asset ID is not editable. This is the unique identifier WebGUI uses to keep track of this Asset instance. Normal users should never need to be concerned with the Asset ID, but some advanced users may need to know it for things like SQL Reports. The Asset ID is not editable. The title of the asset. This should be descriptive, but not very long. If left
blank, this will be set to "Untitled". Note: You should always specify a title, even if the Asset template will not use it. In various places on the site, like the Page Tree, Clipboard and Trash, the Title is used to distinguish this Asset from others. Note: You should always specify a title, even if the Asset template will not use it. In various places on the site, like the Page Tree, Clipboard and Trash, the Title is used to distinguish this Asset from others.
This variable is inserted into every template:
-controls
-These are the icons and URLs that allow editing, cutting, copying, deleting and reordering the Asset.
controls
+These are the icons and URLs that allow editing, cutting, copying, deleting and reordering the Asset.
| + message => q|
These Assets are available for use at your site:
| }, 'directory index' => { diff --git a/lib/WebGUI/i18n/English/Asset_Article.pm b/lib/WebGUI/i18n/English/Asset_Article.pm index abc3e9189..f916bfa64 100644 --- a/lib/WebGUI/i18n/English/Asset_Article.pm +++ b/lib/WebGUI/i18n/English/Asset_Article.pm @@ -22,9 +22,9 @@ our $I18N = { }, '71' => { - message => q|Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article. Articles are Wobjects, so they inherit the properties of both Wobjects and Assets.
+ message => q|Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article. Articles are Wobjects, so they inherit the properties of both Wobjects and Assets.
-NOTE: You can create a multi-paged article by placing the separator macro (^-;) at various places through-out your article. This works unless you are using a Make Page Printable style.
+NOTE: You can create a multi-paged article by placing the separator macro (^-;) at various places through-out your article. This works unless you are using a Make Page Printable style.
|, lastUpdated => 1146514077, @@ -92,7 +92,9 @@ use templates from the "page" namespace.|, message => q|The following template variables are available for article templates.
new.template
-Articles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use):
+Articles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use): +
+<a href="<tmpl_var new.template>999">Read more...</a>
diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index 356f47173..0879bb18e 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -959,7 +959,7 @@ However, it is not possible to restore the children of the Post directly, withou Post that was originally deleted. -Collaboration Assets have the properties of Assets and Wobjects, as well as the +
Collaboration Assets have the properties of Assets and Wobjects, as well as the properties listed below:
|, lastUpdated => 1113974026, diff --git a/lib/WebGUI/i18n/English/Asset_File.pm b/lib/WebGUI/i18n/English/Asset_File.pm index b12ad4f23..dc8eceed4 100644 --- a/lib/WebGUI/i18n/English/Asset_File.pm +++ b/lib/WebGUI/i18n/English/Asset_File.pm @@ -17,9 +17,9 @@ our $I18N = { }, 'file add/edit body' => { - message => q|File Assets are files on your site that are available for users to download. If you would like to have multiple files available, try using a FilePile Asset.
+ message => q|File Assets are files on your site that are available for users to download. If you would like to have multiple files available, try using a FilePile Asset.
-Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:
+Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:
|, context => 'Describing file add/edit form specific fields', @@ -39,28 +39,28 @@ our $I18N = { 'file template body' => { message => q|The following variables are available in File Templates:
-fileSize
+
fileSize
The size (in bytes/kilobytes/megabytes, etc) of the file.
-
fileIcon
+
fileIcon
The icon which describes the type of file.
-
fileUrl
+
fileUrl
The URL to the file.
-
controls
+
controls
A toolbar for working with the file.
-
filename
+
filename
The name of the file.
-
storageId
+
storageId
The internal storage ID used for the file.
-
title
+
title
The title set for the file when it was uploaded, or the filename if none was entered.
-
menuTitle
+
menuTitle
The menu title, displayed in navigations, set for the file when it was uploaded, or the filename if none was entered.
|,
diff --git a/lib/WebGUI/i18n/English/Asset_FilePile.pm b/lib/WebGUI/i18n/English/Asset_FilePile.pm
index dc590b6f5..c48817c8f 100644
--- a/lib/WebGUI/i18n/English/Asset_FilePile.pm
+++ b/lib/WebGUI/i18n/English/Asset_FilePile.pm
@@ -7,9 +7,9 @@ our $I18N = {
},
'file pile add/edit body' => {
- message => q|
File Pile Assets allow you to upload lots of files to your site all at once. This is the only function that File Piles have. If you want to display the files that have been uploaded, you'll need to use another Asset or Wobject.
+ message => q|File Pile Assets allow you to upload lots of files to your site all at once. This is the only function that File Piles have. If you want to display the files that have been uploaded, you'll need to use another Asset or Wobject.
-Unlike most Assets, File Piles do not share the base set of Asset properties. All File Piles +
Unlike most Assets, File Piles do not share the base set of Asset properties. All File Piles have the following properties:
|, diff --git a/lib/WebGUI/i18n/English/Asset_Folder.pm b/lib/WebGUI/i18n/English/Asset_Folder.pm index 40e9e52b3..4d84d40a0 100644 --- a/lib/WebGUI/i18n/English/Asset_Folder.pm +++ b/lib/WebGUI/i18n/English/Asset_Folder.pm @@ -39,7 +39,7 @@ our $I18N = { 'folder add/edit body' => { message => q|Folder Assets are used to display lists of Assets and subfolders just like a file browser in an operating system.
-Folders are Wobjects, so they have all the same properties as Wobjects and Assets. Folders also have these unique properties and functions:
+Folders are Wobjects, so they have all the same properties as Wobjects and Assets. Folders also have these unique properties and functions:
|, lastUpdated => 1126238060, diff --git a/lib/WebGUI/i18n/English/Asset_Image.pm b/lib/WebGUI/i18n/English/Asset_Image.pm index e6e604507..410172f57 100644 --- a/lib/WebGUI/i18n/English/Asset_Image.pm +++ b/lib/WebGUI/i18n/English/Asset_Image.pm @@ -8,10 +8,10 @@ our $I18N = { }, 'image add/edit body' => { - message => q|Image Assets are used to store images that you want displayed on your site.
+ message => q|Image Assets are used to store images that you want displayed on your site.
-Since Images are a subset of File Assets, they have the properties that all Assets do as well -as File Assets. Below are the properties that are specific to Image Assets:
|, +Since Images are a subset of File Assets, they have the properties that all Assets do as well +as File Assets. Below are the properties that are specific to Image Assets:
|, context => 'Describing image add/edit form specific fields', lastUpdated => 1119409764, }, @@ -143,34 +143,34 @@ shown here.|, 'image template body' => { message => q|The following variables are available in Image Templates:
-fileIcon
+
fileIcon
The icon which describes the type of file.
-
fileUrl
+
fileUrl
The URL to the file.
-
controls
+
controls
A toolbar for working with the file.
-
thumbnail
+
thumbnail
A URL to the thumbnail of the image;
-
thumbnailSize
+
thumbnailSize
An integer representing the length of the longest side
-
parameters
+
parameters
Any additional IMG tag parameters that were entered with the image was uploaded.
-
filename
+
filename
The name of the image.
-
storageId
+
storageId
The internal storage ID used for the file.
-
title
+
title
The title set for the file when it was uploaded, or the filename if none was entered.
-
menuTitle
+
menuTitle
The menu title, displayed in navigations, set for the image when it was uploaded, or the filename if none was entered.
|,
diff --git a/lib/WebGUI/i18n/English/Asset_InOutBoard.pm b/lib/WebGUI/i18n/English/Asset_InOutBoard.pm
index 235425b13..4aedbec63 100644
--- a/lib/WebGUI/i18n/English/Asset_InOutBoard.pm
+++ b/lib/WebGUI/i18n/English/Asset_InOutBoard.pm
@@ -35,28 +35,28 @@ our $I18N = {
'23' => {
message => q|
The following variables are available from In/Out Board Report template:
-showReport
+
showReport
A boolean indicating whether or not the rows_loop variable will be set.
form
+
form
A variable that contains an HTML form for limiting the scope, by date or department, of the report.
-
username.label
+
username.label
Internationalized label for the "Username" column of the report.
-
status.label
+
status.label
Internationalized label for the "Status" column of the report.
-
date.label
+
date.label
Internationalized label for the "Date" column of the report.
-
message.label
+
message.label
Internationalized label for the "Message" column of the report.
-
updatedBy.label
+
updatedBy.label
Internationalized label for the "Updated By" column of the report.
-
rows_loop
+
rows_loop
A loop containing the rows of data for the In/Out Board Report
diff --git a/lib/WebGUI/i18n/English/Asset_Layout.pm b/lib/WebGUI/i18n/English/Asset_Layout.pm index 2ddf64f9f..9b17a3560 100644 --- a/lib/WebGUI/i18n/English/Asset_Layout.pm +++ b/lib/WebGUI/i18n/English/Asset_Layout.pm @@ -46,35 +46,35 @@ checkbox for any Asset that you do not want displayed in the Page Layout Asset. 'layout template body' => { message => q||, lastUpdated => 1145060204, }, @@ -293,14 +293,14 @@ a Google sitemap of your site. }, '1095' => { - message => q|The following variables are available in Page Layout Templates:
-showAdmin
+showAdmin
A conditional showing if the current user has turned on Admin Mode and can edit this Asset. -dragger.icon
+dragger.icon
An icon that can be used to change the Asset's position with the mouse via a click and drag interface. If showAdmin is false, this variable is empty. -dragger.init
+dragger.init
HTML and Javascript required to make the click and drag work. If showAdmin is false, this variable is empty. -position1_loop, position2_loop, ... positionN_loop
+position1_loop, position2_loop, ... positionN_loop
Each position in the template has a loop which has the set of Assets which are to be displayed inside of it. Assets that have not been specifically placed are put inside of position 1.--id
+id
The Asset ID of the Asset. -content
+content
The rendered content of the Asset.attachment.size
+attachment.size
The size of the file. -attachment.type
+attachment.type
-
The type of the file (PDF, etc.) |, diff --git a/lib/WebGUI/i18n/English/Asset_Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm index 4ead17320..92336fea6 100644 --- a/lib/WebGUI/i18n/English/Asset_Navigation.pm +++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm @@ -186,8 +186,8 @@ all of the classes of pages that should be included:
'31 description' => { message => q|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.NOTE: Any user in Admin mode will automatically be able to see all pages that they can edit regardless of whether they are hidden or the value of this property.|, +the Navigation Template to determine who can see them in the menu.
+NOTE: Any user in Admin mode will automatically be able to see all pages that they can edit regardless of whether they are hidden or the value of this property.|, lastUpdated => 1121969610, }, @@ -202,7 +202,7 @@ the Navigation Template to determine who can see them in the menu.
site. You can customize a Navigation form to choose the which pages are shown in your site navigation and how to display them. Some of the default Navigation templates that come with WebGUI are vertical, horizontal and crumbtrail. These templates can often be styled via CSS to match your site's design, instead -of rewriting the templates. +of rewriting the templates.The Navigation Asset can also be used to generate XML output by creating a template and setting the MIME Type appropriately. This could be useful for building a Google sitemap of your site. @@ -217,72 +217,72 @@ a Google sitemap of your site. }, '1097' => { - message => q|
currentPage.menuTitle
-
The pageId of the start page.currentPage.assetId
-
The assetId of the start page.currentPage.parentId
-
The assetId of the parent of the start page.currentPage.ownerUserId
-
The userId of the owner of the start page.currentPage.synopsis
-
The synopsis of the start page.currentPage.newWindow
-
A conditional indicating whether the start page should be opened in a new window.currentPage.menuTitle
-
The menu title of the start page.currentPage.title
-
The title of the start page.currentPage.isHome
-
A conditional indicating whether the base page is the default page for the site.currentPage.url
-
The URL of the start page.currentPage.rank
-
The position of the current page compared to its siblings.currentPage.hasChild
-
A conditional indicating whether the start page has daughters.currentPage.hasSibling
-
A conditional indicating whether the start page has siblings.currentPage.hasViewableSiblings
-
A conditional indicating whether the start page has siblings that are viewable by the current user.currentPage.hasViewableChildren
-
A conditional indicating whether the start page has children that are viewable by the current user.page_loop
+ message => q|
A loop containing page information in nested, hierarchical order.currentPage.menuTitle
+
The pageId of the start page.currentPage.assetId
+
The assetId of the start page.currentPage.parentId
+
The assetId of the parent of the start page.currentPage.ownerUserId
+
The userId of the owner of the start page.currentPage.synopsis
+
The synopsis of the start page.currentPage.newWindow
+
A conditional indicating whether the start page should be opened in a new window.currentPage.menuTitle
+
The menu title of the start page.currentPage.title
+
The title of the start page.currentPage.isHome
+
A conditional indicating whether the base page is the default page for the site.currentPage.url
+
The URL of the start page.currentPage.rank
+
The position of the current page compared to its siblings.currentPage.hasChild
+
A conditional indicating whether the start page has daughters.currentPage.hasSibling
+
A conditional indicating whether the start page has siblings.currentPage.hasViewableSiblings
+
A conditional indicating whether the start page has siblings that are viewable by the current user.currentPage.hasViewableChildren
+
A conditional indicating whether the start page has children that are viewable by the current user.page_loop
A loop containing page information in nested, hierarchical order.-+page.assetId
-
The assetId of this page.page.parentId
-
The assetId of the parent of this page.page.ownerUserId
-
The userId of the owner of this page.page.synopsis
-
The synopsis of this page.page.newWindow
-
A conditional indicating whether this page should be opened in a new window.page.menuTitle
-
The menu title of this page.page.title
-
The title of this page.page.rank
-
The rank of this page compared with is siblings.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.isSystem
-
A conditional indicating whether this page is a system page (Trash, Clipboard, etc).page.isHidden
-
A conditional indicating whether this page is a hidden page.page.isContainer
-
A conditional indicating whether this page a container asset.page.isUtility
-
A conditional indicating whether this page is a utility asset.page.isViewable
-
A conditional indicating whether the user has permission to view it.page.url
-
The complete URL to this page.page.indent
-
A variable containing the indent for the 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.page.assetId
+
The assetId of this page.page.parentId
+
The assetId of the parent of this page.page.ownerUserId
+
The userId of the owner of this page.page.synopsis
+
The synopsis of this page.page.newWindow
+
A conditional indicating whether this page should be opened in a new window.page.menuTitle
+
The menu title of this page.page.title
+
The title of this page.page.rank
+
The rank of this page compared with is siblings.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.isSystem
+
A conditional indicating whether this page is a system page (Trash, Clipboard, etc).page.isHidden
+
A conditional indicating whether this page is a hidden page.page.isContainer
+
A conditional indicating whether this page a container asset.page.isUtility
+
A conditional indicating whether this page is a utility asset.page.isViewable
+
A conditional indicating whether the user has permission to view it.page.url
+
The complete URL to this page.page.indent
+
A variable containing the indent for the 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.isBranchRoot
-
A conditional indicating whether this page is a root page.page.isTopOfBranch
-
A conditional indicating whether this page is a top page (daughter of root).page.isChild
-
A conditional indicating whether this page is a daughter of the base page.page.isParent
-
A conditional indicating whether this page is the mother of the base page.page.isCurrent
-
A conditional indicating whether this page is the base page.page.isDescendent
-
A conditional indicating whether this page is a descendant of the base page.page.isAncestor
-
A conditional indicating whether this page is an ancestor of the base page.page.inBranchRoot
-
This conditional is true if this page is a descendant of the root page of the base page.page.isSibling
-
A conditional indicating whether this page is the sister of the base page.page.inBranch
-
A conditional that is the logical OR of isAncestor, isSister, isBasepage and isDescendent.page.hasChild
-
A conditional indicating whether this page has a daughter. In other words, it evaluates to true if this page is a mother.page.hasViewableChildren
-
A conditional indicating whether this page has a viewable child.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 conditional indicating whether the depth of this page is N, relative to the starting page.page.depthDiff
-
The difference in depth between the previous page and this page, parent.absDepth - page.absDepth, although parent.absDepth is not a template variable.page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN
-
True if the page.depthDiff variable is N. N can be positive or negative.page.depthDiff_loop
-
A loop that runs page.depthDiff times, if page.depthDiff > 0. This loop contains no loop variables.page.isRankedFirst
-
This property is true if this page is the first within this level. ie. has no left sister.page.isRankedLast
-
This property is true if this page is the last within this level. ie. has no right sister.page.parent.*
-
These variables will be undefined if the page is a root.page.parent.menuTitle
-
The menu title of the mother of this page.page.parent.title
-
The title of the mother of this page.page.parent.url
-
The urlized title of the mother of this page.page.parent.assetId
-
The assetId of the mother of this page.page.parent.parentId
-
The assetId of the grandmother of this page.page.parent.ownerUserId
-
The userId of the owner of the mother of this page.page.parent.synopsis
-
The synopsis of the mother of this page.page.parent.newWindow
+
A conditional indicating whether the mother of this page should be opened in a new window.indent
A number representing the loop count.page.isBranchRoot
+
A conditional indicating whether this page is a root page.page.isTopOfBranch
+
A conditional indicating whether this page is a top page (daughter of root).page.isChild
+
A conditional indicating whether this page is a daughter of the base page.page.isParent
+
A conditional indicating whether this page is the mother of the base page.page.isCurrent
+
A conditional indicating whether this page is the base page.page.isDescendent
+
A conditional indicating whether this page is a descendant of the base page.page.isAncestor
+
A conditional indicating whether this page is an ancestor of the base page.page.inBranchRoot
+
This conditional is true if this page is a descendant of the root page of the base page.page.isSibling
+
A conditional indicating whether this page is the sister of the base page.page.inBranch
+
A conditional that is the logical OR of isAncestor, isSister, isBasepage and isDescendent.page.hasChild
+
A conditional indicating whether this page has a daughter. In other words, it evaluates to true if this page is a mother.page.hasViewableChildren
+
A conditional indicating whether this page has a viewable child.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 conditional indicating whether the depth of this page is N, relative to the starting page.page.depthDiff
+
The difference in depth between the previous page and this page, parent.absDepth - page.absDepth, although parent.absDepth is not a template variable.page.depthDiffIs1, page.depthDiffIs2, page.depthDiffIs3, page.depthDiffIsN
+
True if the page.depthDiff variable is N. N can be positive or negative.page.depthDiff_loop
+
A loop that runs page.depthDiff times, if page.depthDiff > 0. This loop contains no loop variables.page.isRankedFirst
+
This property is true if this page is the first within this level. ie. has no left sister.page.isRankedLast
+
This property is true if this page is the last within this level. ie. has no right sister.page.parent.*
+
These variables will be undefined if the page is a root.page.parent.menuTitle
+
The menu title of the mother of this page.page.parent.title
+
The title of the mother of this page.page.parent.url
+
The urlized title of the mother of this page.page.parent.assetId
+
The assetId of the mother of this page.page.parent.parentId
+
The assetId of the grandmother of this page.page.parent.ownerUserId
+
The userId of the owner of the mother of this page.page.parent.synopsis
+
The synopsis of the mother of this page.page.parent.newWindow
A conditional indicating whether the mother of this page should be opened in a new window.
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:
+ 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:
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.
|, +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 => 1101774239 }, diff --git a/lib/WebGUI/i18n/English/Asset_Redirect.pm b/lib/WebGUI/i18n/English/Asset_Redirect.pm index 327c2fe58..8a35ab868 100644 --- a/lib/WebGUI/i18n/English/Asset_Redirect.pm +++ b/lib/WebGUI/i18n/English/Asset_Redirect.pm @@ -35,16 +35,16 @@ our $I18N = { 'redirect add/edit body' => { message => q| -The Redirect Asset causes the user's browser to be redirected to +
The Redirect Asset causes the user's browser to be redirected to another page. The new page can be part of your site, or it can be on another site altogether. The redirection happens when the Redirect Assets own URL is accessed, either by a link from a page, or from a Navigation, or if the Asset's URL is entered into the browser directly. However, if it is viewed as an element of a Page Asset, or proxied via -a macro onto a page, then no redirection will take place.
+a macro onto a page, then no redirection will take place. -NOTE:The redirection will be disabled while in admin mode in order to -allow editing the properties of the Asset.
+NOTE:The redirection will be disabled while in admin mode in order to +allow editing the properties of the Asset.
|, lastUpdated => 1139251653, diff --git a/lib/WebGUI/i18n/English/Asset_Snippet.pm b/lib/WebGUI/i18n/English/Asset_Snippet.pm index c68d0ff66..039594049 100644 --- a/lib/WebGUI/i18n/English/Asset_Snippet.pm +++ b/lib/WebGUI/i18n/English/Asset_Snippet.pm @@ -35,9 +35,9 @@ our $I18N = { }, 'snippet add/edit body' => { - message => q|Snippets are bits of text that may be reused on your site. Things like java scripts, cascading style sheets, HTML segments, XML or company slogans can all be used as snippets. Best of all, if you need to change the text, you need change it in only one location to update the snippet whereever it is used.
+ message => q|Snippets are bits of text that may be reused on your site. Things like java scripts, cascading style sheets, HTML segments, XML or company slogans can all be used as snippets. Best of all, if you need to change the text, you need change it in only one location to update the snippet whereever it is used.
-Since Snippets are Assets, so they have all the properties that Assets do.
+Since Snippets are Assets, so they have all the properties that Assets do.
|, context => 'Describing snippets', lastUpdated => 1130880179, diff --git a/lib/WebGUI/i18n/English/Asset_StockData.pm b/lib/WebGUI/i18n/English/Asset_StockData.pm index 5fe07a150..ec22e6b8a 100644 --- a/lib/WebGUI/i18n/English/Asset_StockData.pm +++ b/lib/WebGUI/i18n/English/Asset_StockData.pm @@ -104,7 +104,7 @@ our $I18N = { }, 'help_add_edit_stocklist_body' => { - message => q|Stock Lists allow users to track stocks on your site. Data is retrieved from various sources on the internet and displayed in tabluar format. This application allows any registered user to configure stock lists as well as to set a default stock list for visitors or for users who have not configured one themselves
|, + message => q|
Stock Lists allow users to track stocks on your site. Data is retrieved from various sources on the internet and displayed in tabluar format. This application allows any registered user to configure stock lists as well as to set a default stock list for visitors or for users who have not configured one themselves
|, lastUpdated => 1119066571, }, diff --git a/lib/WebGUI/i18n/English/Asset_ZipArchive.pm b/lib/WebGUI/i18n/English/Asset_ZipArchive.pm index 7674eb5cb..09f3022e6 100644 --- a/lib/WebGUI/i18n/English/Asset_ZipArchive.pm +++ b/lib/WebGUI/i18n/English/Asset_ZipArchive.pm @@ -69,16 +69,16 @@ our $I18N = { 'zip archive template body' => { message => q|
The following variables are available in Zip Archive Templates:
-controls
+
controls
Asset controls for administrators.
-
error
+
error
Any errors reported during upload or unzip
-
fileUrl
+
fileUrl
URL to the initial file
-
fileIcon
+
fileIcon
Initial file file type icon
|,
context => 'Describing the zip archive template variables',
diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm
index e27278662..2b5633897 100644
--- a/lib/WebGUI/i18n/English/AuthLDAP.pm
+++ b/lib/WebGUI/i18n/English/AuthLDAP.pm
@@ -55,58 +55,58 @@ our $I18N = {
'auth login template body' => {
message => q|The following template variables are available for LDAP Authentication Login templates.
-
+
login.form.header
The required form elements that go at the top of the login page.
-
+
login.form.hidden
Hidden form fields required for form submission.
-
+
login.form.footer
-The required form elements that go after the login page form.
+
login.form.submit
The default submit button for the login form.
-
+
login.form.username
Default username form field.
-
+
login.form.username.label
Default text for username form field.
-
+
login.form.password
Default password form field.
-
+
login.form.password.label
Default text for password form field.
-
+
title
Default page title.
-
+
login.message
Any message returned by the system. Usually displays after the form is submitted.
-
+
anonymousRegistration.isAllowed
Flag indicating whether or not anonymous registrations are allowed.
-
+
createAccount.url
URL for the anonymous registration page.
-
+
createAccount.label
Default label for the anonymous registration link.
-
|, +
|, lastUpdated => 1101771743 }, @@ -157,27 +157,27 @@ Default label for the anonymous registration link. 'display account template body' => { message => q|The following template variables are available for the LDAP Authentication Display Account templates. -
+
account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default.
-
+
account.form.karma.label
Internationalized text label for the karma form value.
-
+
account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.
-
+
displayTitle
Page title.
-
+
account.message
Any message returned by the system. Usually displays after the form is submitted.
-
|, +
|, lastUpdated => 1100227017 }, @@ -189,65 +189,65 @@ Any message returned by the system. Usually displays after the form is submitte 'anon reg template body' => { message => q|The following template variables are available for LDAP Authentication Anonymous Registration templates. -
+
create.form.header
The required form elements that go at the top of the anonymous registration page.
-
+
create.form.hidden
Hidden form fields required for form submittal.
-
+
create.form.footer
The required form elements that go after the anonymous registration page form.
-
+
create.form.submit
The default submit button for the anonymous registration form.
-
+
title
Default page title.
-
+
create.form.profile
A loop containing visible and required profile fields for registration.
--+
profile.formElement
Form element for visible or required profile field. -+
profile.formElement.label
Default text label for profile form element.
+
login.url
URL for the login page.
-
+
login.label
Default text label for login page link.
-
+
create.message
Any message returned by the system. Usually displays after the form is submitted.
-
+
create.form.ldapId
Default ldapId form field.
-
+
create.form.ldapId.label
Default text for ldapId form field.
-
+
create.form.password
Default password form field.
-
+
create.form.password.label
Default text for password form field.
diff --git a/lib/WebGUI/i18n/English/AuthWebGUI.pm b/lib/WebGUI/i18n/English/AuthWebGUI.pm index fb4741b13..f7af819dc 100644 --- a/lib/WebGUI/i18n/English/AuthWebGUI.pm +++ b/lib/WebGUI/i18n/English/AuthWebGUI.pm @@ -113,9 +113,9 @@ our $I18N = { 'login template body' => { message => q|The following template variables are available for WebGUI Authentication Login templates. -
login.form.header
The required form elements that go at the top of the login page.
login.form.hidden
Hidden form fields required for form submission
login.form.footer
The required form elements that go after the login page form.
login.form.submit
The default submit button for the login form.
login.form.username
Default username form field
login.form.username.label
Default text for username form field
login.form.password
Default password form field
login.form.password.label
Default text for password form field
title
Default page title
-
login.message
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anonymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration link
recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled
recoverPassword.url
URL for the password recovery page.
recoverPassword.label
Default label for the password recovery link
login.form.header
The required form elements that go at the top of the login page.
login.form.hidden
Hidden form fields required for form submission
login.form.footer
The required form elements that go after the login page form.
login.form.submit
The default submit button for the login form.
login.form.username
Default username form field
login.form.username.label
Default text for username form field
login.form.password
Default password form field
login.form.password.label
Default text for password form field
title
Default page title
+
login.message
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anonymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration link
recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled
recoverPassword.url
URL for the password recovery page.
recoverPassword.label
Default label for the password recovery link
expired.form.submit
The default submit button for the password expiration form.
displayTitle
Default page title
-
expired.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.oldPassword
Default old password form field
create.form.oldPassword.label
Default text for old password form field
expired.form.password
Default password form field
expired.form.password.label
Default text for password form field
expired.form.passwordConfirm
Default password confirm form field
expired.form.passwordConfirm.label
Default text for password confirm form field
expired.form.submit
The default submit button for the password expiration form.
displayTitle
Default page title
+
expired.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.oldPassword
Default old password form field
create.form.oldPassword.label
Default text for old password form field
expired.form.password
Default password form field
expired.form.password.label
Default text for password form field
expired.form.passwordConfirm
Default password confirm form field
expired.form.passwordConfirm.label
Default text for password confirm form field
recover.form.header
The required form elements that go at the top of the password recovery page.
recover.form.hidden
Hidden form fields required for form submission
recover.form.footer
The required form elements that go after the password recovery page form.
recover.form.submit
The default submit button for the password recovery form.
login.form.email
Default email form field
login.form.email.label
Default text for email form field
title
Default page title
-
recover.message
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anonymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration link
login.url
URL for the login page
login.label
Default text label for login page link.
recover.form.header
The required form elements that go at the top of the password recovery page.
recover.form.hidden
Hidden form fields required for form submission
recover.form.footer
The required form elements that go after the password recovery page form.
recover.form.submit
The default submit button for the password recovery form.
login.form.email
Default email form field
login.form.email.label
Default text for email form field
title
Default page title
+
recover.message
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anonymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration link
login.url
URL for the login page
login.label
Default text label for login page link.
account.form.header
The required form elements that go at the top of the display account page.
account.form.footer
The required form elements that go after the display account page form.
account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default
-
account.form.karma.label
Internationalized text label for the karma form value
-
account.form.submit
The default submit button for the display account form.
account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.
displayTitle
Page title
-
account.message
Any message returned by the system. Usually displays after the form is submitted.
account.form.username
Default username form field
account.form.username.label
Default text for username form field
account.form.password
Default password form field
account.form.password.label
Default text for password form field
account.form.passwordConfirm
Default password confirm form field
account.form.passwordConfirm.label
Default text for password confirm form field
account.noform
Indicates whether or not the display account form has any visible fields
account.nofields
Default display in the case that there are no form elements to display
account.form.header
The required form elements that go at the top of the display account page.
account.form.footer
The required form elements that go after the display account page form.
account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default
+
account.form.karma.label
Internationalized text label for the karma form value
+
account.form.submit
The default submit button for the display account form.
account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.
displayTitle
Page title
+
account.message
Any message returned by the system. Usually displays after the form is submitted.
account.form.username
Default username form field
account.form.username.label
Default text for username form field
account.form.password
Default password form field
account.form.password.label
Default text for password form field
account.form.passwordConfirm
Default password confirm form field
account.form.passwordConfirm.label
Default text for password confirm form field
account.noform
Indicates whether or not the display account form has any visible fields
account.nofields
Default display in the case that there are no form elements to display
create.form.submit
The default submit button for the anonymous registration form.
title
Default page title
-
create.form.profile
A loop containing visible and required profile fields for anonymous registration
profile.formElement
Form element for visible or required profile field
profile.formElement.label
Default text label for profile form element
login.url
URL for the login page
login.label
Default text label for login page link.
create.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.username
Default username form field
create.form.username.label
Default text for username form field
create.form.password
Default password form field
create.form.password.label
Default text for password form field
create.form.passwordConfirm
Default password confirm form field
create.form.passwordConfirm.label
Default text for password confirm form field
recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled
recoverPassword.url
URL for the password recovery page.
recoverPassword.label
Default label for the password recovery link
create.form.submit
The default submit button for the anonymous registration form.
title
Default page title
+
create.form.profile
A loop containing visible and required profile fields for anonymous registration
profile.formElement
Form element for visible or required profile field
profile.formElement.label
Default text label for profile form element
login.url
URL for the login page
login.label
Default text label for login page link.
create.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.username
Default username form field
create.form.username.label
Default text for username form field
create.form.password
Default password form field
create.form.password.label
Default text for password form field
create.form.passwordConfirm
Default password confirm form field
create.form.passwordConfirm.label
Default text for password confirm form field
recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled
recoverPassword.url
URL for the password recovery page.
recoverPassword.label
Default label for the password recovery link
^PageUrl;
+
^PageUrl;
The URL to the current page (example: /index.pl/pagename).
|,
lastUpdated => 1112466919,
diff --git a/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm b/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm
index 0509881b4..9045bd90f 100644
--- a/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm
+++ b/lib/WebGUI/i18n/English/Macro_RandomAssetProxy.pm
@@ -14,7 +14,7 @@ our $I18N = {
'random asset proxy body' => {
message => q|
-
^RandomAssetProxy();
+
^RandomAssetProxy();
^RandomAssetProxy(Asset URL);
This macro works similarly to the ^AssetProxy(); macro except instead of displaying the
Asset, it picks a random Asset from the descendents of the Asset whose URL is supplied as the
diff --git a/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm b/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
index 95d7c7330..e68443163 100644
--- a/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
+++ b/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
@@ -14,7 +14,7 @@ our $I18N = {
'gateway url body' => {
message => q|
-
^/; - System URL
+
^/; - System URL
The URL to the gateway script (example: /index.pl/).
|,
lastUpdated => 1112466919,
diff --git a/lib/WebGUI/i18n/English/Macros.pm b/lib/WebGUI/i18n/English/Macros.pm
index 690af58a2..16d8bcc55 100644
--- a/lib/WebGUI/i18n/English/Macros.pm
+++ b/lib/WebGUI/i18n/English/Macros.pm
@@ -18,7 +18,7 @@ our $I18N = {
},
'macros list body' => {
- message => q|
The set of available Macros is defined in the WebGUI configuration file. These Macros are available for use on your site:
+ message => q|The set of available Macros is defined in the WebGUI configuration file. These Macros are available for use on your site:
^International("macro table","Automated_Information"); |, context => 'Content for dynamically generated macro list', diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 1bff8f498..d18d387f3 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3598,7 +3598,7 @@ a user.|, '164 description' => { message => q|Set the default authentication method for new accounts. The two available options by default are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server. Other methods can be provided by writing a custom authentication plug-in.-NOTES:
+NOTES:
Authentication settings can be customized on a per user basis.
Depending upon what authentication modules you have installed in your system you'll see any number of options after this point.|,