diff --git a/lib/WebGUI/Help/Asset_File.pm b/lib/WebGUI/Help/Asset_File.pm index 7e4e5b87f..7420c774d 100644 --- a/lib/WebGUI/Help/Asset_File.pm +++ b/lib/WebGUI/Help/Asset_File.pm @@ -9,7 +9,8 @@ our $HELP = { { title => 'cache timeout', namespace => 'Asset_File', - description => 'cache timeout help' + description => 'cache timeout help', + uiLevel => 8, }, { title => 'current file', diff --git a/lib/WebGUI/Help/Asset_Folder.pm b/lib/WebGUI/Help/Asset_Folder.pm index d0cab942f..7eacf41b1 100644 --- a/lib/WebGUI/Help/Asset_Folder.pm +++ b/lib/WebGUI/Help/Asset_Folder.pm @@ -9,7 +9,8 @@ our $HELP = { { title => 'visitor cache timeout', namespace => 'Asset_Folder', - description => 'visitor cache timeout help' + description => 'visitor cache timeout help', + uiLevel => 8, }, { title => 'folder template title', diff --git a/lib/WebGUI/Help/Asset_Matrix.pm b/lib/WebGUI/Help/Asset_Matrix.pm index 52d5b6736..50446c86b 100644 --- a/lib/WebGUI/Help/Asset_Matrix.pm +++ b/lib/WebGUI/Help/Asset_Matrix.pm @@ -8,7 +8,8 @@ our $HELP = { { title => 'visitor cache timeout', namespace => 'Asset_Matrix', - description => 'visitor cache timeout help' + description => 'visitor cache timeout help', + uiLevel => 8, }, { title => 'categories', diff --git a/lib/WebGUI/Help/Asset_MessageBoard.pm b/lib/WebGUI/Help/Asset_MessageBoard.pm index 0ec70eae5..4b664c74d 100644 --- a/lib/WebGUI/Help/Asset_MessageBoard.pm +++ b/lib/WebGUI/Help/Asset_MessageBoard.pm @@ -8,7 +8,8 @@ our $HELP = { { title => 'visitor cache timeout', namespace => 'Asset_MessageBoard', - description => 'visitor cache timeout help' + description => 'visitor cache timeout help', + uiLevel => 8 }, { title => '73', diff --git a/lib/WebGUI/Help/Asset_Product.pm b/lib/WebGUI/Help/Asset_Product.pm index 4701f574a..0fef0645e 100644 --- a/lib/WebGUI/Help/Asset_Product.pm +++ b/lib/WebGUI/Help/Asset_Product.pm @@ -8,7 +8,8 @@ our $HELP = { { title => 'cache timeout', namespace => 'Asset_Product', - description => 'cache timeout help' + description => 'cache timeout help', + uiLevel => 8, }, { title => '62', diff --git a/lib/WebGUI/Help/_help.skeleton b/lib/WebGUI/Help/_help.skeleton index eaaacdc75..b55e53be0 100644 --- a/lib/WebGUI/Help/_help.skeleton +++ b/lib/WebGUI/Help/_help.skeleton @@ -14,6 +14,7 @@ our $HELP = { ##hashref of hashes title => 'form label 1', description => 'form description 1', namespace => 'namespace', #The namespace is called out explicitly + uiLevel => 9, #Documenting non-default ui levels on a field }, { title => 'form label 2', diff --git a/lib/WebGUI/i18n/English/Asset_Dashboard.pm b/lib/WebGUI/i18n/English/Asset_Dashboard.pm index c409d9d7c..c2d2f0592 100644 --- a/lib/WebGUI/i18n/English/Asset_Dashboard.pm +++ b/lib/WebGUI/i18n/English/Asset_Dashboard.pm @@ -39,7 +39,7 @@ our $I18N = { lastUpdated => 1133619940 }, 'dashboard add/edit body' => { - message => q|

The dashboard is a container asset that acts like a portal. When in Admin mode, the dashboard admin is actually editing the Visitor's (default) view. When not in admin mode, the dashboard admin is editing their own personalized view. Shortcuts are the main source of functionality for the Dashboard. See the Shortcut add/edit documentation for details.

NOTE: Due to limitations in Internet Explorer the dashboard does not work well with XHTML Strict compliance enabled. Therefore your style templates for dashboard pages should not be XHTML Strict. The other way to get around this problem is to ensure that when using XHTML Strict compliance, make sure that neither your does not constrain the dashboard inside of a div tag with a width attached to it.

|, + message => q|

The dashboard is a container asset that acts like a portal. When in Admin mode, the dashboard admin is actually editing the Visitor's (default) view. When not in admin mode, the dashboard admin is editing their own personalized view. Shortcuts are the main source of functionality for the Dashboard. See the Shortcut add/edit documentation for details.

NOTE: Due to limitations in Internet Explorer the dashboard does not work well with XHTML Strict compliance enabled. Therefore your style templates for dashboard pages should not be XHTML Strict. The other way to get around this problem is to ensure that when using XHTML Strict compliance, make sure that neither your does not constrain the dashboard inside of a div tag with a width attached to it.

|, lastUpdated => 1142888566 }, 'dashboard template field label' => { @@ -55,7 +55,7 @@ our $I18N = { 'assets to hide description' => { message => q|This list contains one checkbox for each child Asset of the Page Layout. Select the checkbox for any Asset that you do not want displayed in the Page Layout Asset. -

|, +|, lastUpdated => 1119410080, }, diff --git a/lib/WebGUI/i18n/English/Asset_File.pm b/lib/WebGUI/i18n/English/Asset_File.pm index 716a6155f..207e46e5b 100644 --- a/lib/WebGUI/i18n/English/Asset_File.pm +++ b/lib/WebGUI/i18n/English/Asset_File.pm @@ -7,8 +7,8 @@ our $I18N = { }, 'cache timeout help' => { - message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?

UI Level: 8|, - lastUpdated => 0 + message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|, + lastUpdated => 1146454555 }, 'file add/edit title' => { diff --git a/lib/WebGUI/i18n/English/Asset_Folder.pm b/lib/WebGUI/i18n/English/Asset_Folder.pm index 925644994..2e1678152 100644 --- a/lib/WebGUI/i18n/English/Asset_Folder.pm +++ b/lib/WebGUI/i18n/English/Asset_Folder.pm @@ -18,8 +18,8 @@ our $I18N = { }, 'visitor cache timeout help' => { - message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?

UI Level: 8|, - lastUpdated => 0 + message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|, + lastUpdated => 1146454627 }, '847' => { diff --git a/lib/WebGUI/i18n/English/Asset_Layout.pm b/lib/WebGUI/i18n/English/Asset_Layout.pm index 0012af6b3..be022e05b 100644 --- a/lib/WebGUI/i18n/English/Asset_Layout.pm +++ b/lib/WebGUI/i18n/English/Asset_Layout.pm @@ -27,15 +27,14 @@ Assets also have these unique properties:

|, 'template description' => { message => q|Choose a template from the list to display the contents of the Page Layout Asset and -its children. -

|, - lastUpdated => 1119410080, +its children.|, + lastUpdated => 1146455452, }, 'assets to hide description' => { message => q|This list contains one checkbox for each child Asset of the Page Layout. Select the checkbox for any Asset that you do not want displayed in the Page Layout Asset. -

|, +|, lastUpdated => 1119410080, }, diff --git a/lib/WebGUI/i18n/English/Asset_Matrix.pm b/lib/WebGUI/i18n/English/Asset_Matrix.pm index 4c1a8dfd0..a975471a1 100644 --- a/lib/WebGUI/i18n/English/Asset_Matrix.pm +++ b/lib/WebGUI/i18n/English/Asset_Matrix.pm @@ -25,7 +25,7 @@ our $I18N = { }, 'visitor cache timeout help' => { - message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?

UI Level: 8|, + message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|, lastUpdated => 0 }, diff --git a/lib/WebGUI/i18n/English/Asset_MessageBoard.pm b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm index 6c1992b12..74617f759 100644 --- a/lib/WebGUI/i18n/English/Asset_MessageBoard.pm +++ b/lib/WebGUI/i18n/English/Asset_MessageBoard.pm @@ -7,8 +7,8 @@ our $I18N = { }, 'visitor cache timeout help' => { - message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?

UI Level: 8|, - lastUpdated => 0 + message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|, + lastUpdated => 1146454744 }, '74' => { diff --git a/lib/WebGUI/i18n/English/Asset_Product.pm b/lib/WebGUI/i18n/English/Asset_Product.pm index 7b037af75..7790a12dc 100644 --- a/lib/WebGUI/i18n/English/Asset_Product.pm +++ b/lib/WebGUI/i18n/English/Asset_Product.pm @@ -7,7 +7,7 @@ our $I18N = { }, 'cache timeout help' => { - message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?

UI Level: 8|, + message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|, lastUpdated => 0 }, @@ -389,82 +389,67 @@ The WebGUI management controls for this related product. }, '51 description' => { - message => q|You may enter a new benefit, or select from one you've already entered. -

|, + message => q|You may enter a new benefit, or select from one you've already entered.|, lastUpdated => 1120337226, }, '52 description' => { - message => q|If you'd like to add another benefit right away, select "Yes". -

|, + message => q|If you'd like to add another benefit right away, select "Yes".|, lastUpdated => 1120337226, }, '50' => { - message => q|Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features. -

-|, + message => q|Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.|, lastUpdated => 1120337252 }, '62 description' => { - message => q|Select a layout for this product. -

|, + message => q|Select a layout for this product.|, lastUpdated => 1120332527, }, '10 description' => { - message => q|The price of this product. You may optionally enter text like "call for pricing" if you wish, or you may leave it blank. -

|, + message => q|The price of this product. You may optionally enter text like "call for pricing" if you wish, or you may leave it blank.|, lastUpdated => 1120332527, }, '11 description' => { - message => q|The product number, SKU, ISBN, or other identifier for this product. -

|, + message => q|The product number, SKU, ISBN, or other identifier for this product.|, lastUpdated => 1120332527, }, '7 description' => { - message => q|An image of this product. -

|, + message => q|An image of this product.|, lastUpdated => 1120332527, }, '8 description' => { - message => q|An image of this product. -

|, + message => q|An image of this product.|, lastUpdated => 1120332527, }, '9 description' => { - message => q|An image of this product. -

|, + message => q|An image of this product.|, lastUpdated => 1120332527, }, '13 description' => { - message => q|The brochure for this product. -

|, + message => q|The brochure for this product.|, lastUpdated => 1120332527, }, '14 description' => { - message => q|The product, user, or service manual for this product. -

|, + message => q|The product, user, or service manual for this product.|, lastUpdated => 1120332527, }, '15 description' => { - message => q|The warranty for this product. -

|, + message => q|The warranty for this product.|, lastUpdated => 1120332527, }, '39' => { - message => q|WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily. -

-|, + message => q|WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.|, lastUpdated => 1120332572 }, @@ -489,21 +474,17 @@ The WebGUI management controls for this related product. }, '23 description' => { - message => q|You may enter a new feature, or select one you entered for another product in the system. -

|, + message => q|You may enter a new feature, or select one you entered for another product in the system.|, lastUpdated => 1120335791, }, '24 description' => { - message => q|If you'd like to add another feature right away, select "Yes". -

|, + message => q|If you'd like to add another feature right away, select "Yes".|, lastUpdated => 1120335791, }, '41' => { - message => q|Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product. -

-|, + message => q|Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.|, lastUpdated => 1120335841 }, @@ -513,22 +494,17 @@ The WebGUI management controls for this related product. }, '20 description' => { - message => q|Choose from the list of products you've already entered. -

|, + message => q|Choose from the list of products you've already entered.|, lastUpdated => 1120337083, }, '21 description' => { - message => q|Select "Yes" if you have another related product to add. -

|, + message => q|Select "Yes" if you have another related product to add.|, lastUpdated => 1120337083, }, '47' => { - message => q|Related products are products that are comparable or complementary to other products. -

- -|, + message => q|Related products are products that are comparable or complementary to other products.|, lastUpdated => 1041876679 }, @@ -573,22 +549,17 @@ The WebGUI management controls for this related product. }, '17 description' => { - message => q|Choose from the list of products you've already entered. -

|, + message => q|Choose from the list of products you've already entered.|, lastUpdated => 1120336412, }, '18 description' => { - message => q|Select "Yes" if you have another accessory to add. -

|, + message => q|Select "Yes" if you have another accessory to add.|, lastUpdated => 1120336412, }, '45' => { - message => q|Accessories are products that enhance other products. -

- -|, + message => q|Accessories are products that enhance other products.|, lastUpdated => 1031514049 }, @@ -598,32 +569,27 @@ The WebGUI management controls for this related product. }, '26 description' => { - message => q|The type of specification. For instance, height, weight, or color. You may select one you've entered for another product, or type in a new specification. -

|, + message => q|The type of specification. For instance, height, weight, or color. You may select one you've entered for another product, or type in a new specification.|, lastUpdated => 1120336437, }, '27 description' => { - message => q|The actual specification value. For instance, if you chose height as the Label, then you'd enter a numeric value like "18". -

|, + message => q|The actual specification value. For instance, if you chose height as the Label, then you'd enter a numeric value like "18".|, lastUpdated => 1120336120, }, '29 description' => { - message => q|The unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be "meters". -

|, + message => q|The unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be "meters".|, lastUpdated => 1120336120, }, '28 description' => { - message => q|If you'd like to add another specification, select "Yes". -

|, + message => q|If you'd like to add another specification, select "Yes".|, lastUpdated => 1120336120, }, '43' => { - message => q|Specifications are the technical details of your product. -

|, + message => q|Specifications are the technical details of your product.|, lastUpdated => 1120336146 }, diff --git a/lib/WebGUI/i18n/English/Asset_Survey.pm b/lib/WebGUI/i18n/English/Asset_Survey.pm index d67502dd1..9ced1b0b8 100644 --- a/lib/WebGUI/i18n/English/Asset_Survey.pm +++ b/lib/WebGUI/i18n/English/Asset_Survey.pm @@ -696,93 +696,77 @@ The default label for survey.url. }, '4' => { - message => q|Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user's knowledge. -

-Surveys are Wobjects and Assets, so they have the properties of both. Survery have these unique properties:

+ message => q|

Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user's knowledge.

+

Surveys are Wobjects and Assets, so they have the properties of both. Survery have these unique properties:

|, lastUpdated => 1119849727 }, 'view template description' => { - message => q|This template is used to display the Survey itself. -

|, - lastUpdated => 1119849705, + message => q|This template is used to display the Survey itself.|, + lastUpdated => 1146455534, }, 'response template description' => { - message => q|This template is used to display the questions and answers for the user to pick. -

|, - lastUpdated => 1119849705, + message => q|This template is used to display the questions and answers for the user to pick.|, + lastUpdated => 1146455536, }, 'gradebook template description' => { message => q|This template is used to display, on a user-by-user basis how many questions they got -correct and what percentage answered were correct. -

|, - lastUpdated => 1119849705, +correct and what percentage answered were correct.|, + lastUpdated => 1146455538, }, 'overview template description' => { - message => q|This template is used to display a statistical overview of the all responses -to the Survey. -

|, - lastUpdated => 1119849705, + message => q|This template is used to display a statistical overview of the all responses to the Survey.|, + lastUpdated => 1146455541, }, '8 description' => { - message => q|The order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users. -

|, - lastUpdated => 1119849705, + message => q|The order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users.|, + lastUpdated => 1146455543, }, '83 description' => { - message => q|The number of questions that will be displayed per page. The default is 1. -

|, - lastUpdated => 1119849705, + message => q|The number of questions that will be displayed per page. The default is 1.|, + lastUpdated => 1146455544, }, '11 description' => { - message => q|By default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user's knowledge. -

|, - lastUpdated => 1119849705, + message => q|By default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user's knowledge.|, + lastUpdated => 1146455546, }, '81 description' => { - message => q|Select whether or not the survey will record and display information that can identify a user and their responses. If left at the default value of "No", the survey will record the user's IP address as well as their WebGUI User ID and Username if logged in. This info will then be available in the survey's reports. If set to "Yes", these three fields will contain scrambled data that can not be traced to a particular user. -

|, - lastUpdated => 1119849705, + message => q|Select whether or not the survey will record and display information that can identify a user and their responses. If left at the default value of "No", the survey will record the user's IP address as well as their WebGUI User ID and Username if logged in. This info will then be available in the survey's reports. If set to "Yes", these three fields will contain scrambled data that can not be traced to a particular user.|, + lastUpdated => 1146455548, }, '84 description' => { - message => q|The number of times the user can attempt to get the correct answer on each question. The -default is 1. -

|, - lastUpdated => 1119849705, + message => q|The number of times the user can attempt to get the correct answer on each question. The default is 1.|, + lastUpdated => 1146455549, }, '85 description' => { - message => q|How many questions are given to each user? -

|, - lastUpdated => 1119849705, + message => q|How many questions are given to each user?|, + lastUpdated => 1146455551, }, '12 description' => { - message => q|Which users can participate in the survey? -

|, - lastUpdated => 1119849705, + message => q|Which users can participate in the survey?|, + lastUpdated => 1146455552, }, '13 description' => { - message => q|Who can view the results of the survey? -

|, - lastUpdated => 1119849705, + message => q|Who can view the results of the survey?|, + lastUpdated => 1146455553, }, 'what next description' => { message => q|After creating a new Survey, you may either starting adding questions or go back to the page where -the survey was added. -

|, - lastUpdated => 1132357041, +the survey was added.|, + lastUpdated => 1146455560, }, @@ -1136,28 +1120,24 @@ A comment. }, '14 description' => { - message => q|This is the question that the user will be asked. -

|, - lastUpdated => 1119851108, + message => q|This is the question that the user will be asked.|, + lastUpdated => 1146455568, }, '15 description' => { - message => q|If set to Yes, then the user will be allowed to add a comment to their response to this question. -

|, - lastUpdated => 1119851108, + message => q|If set to Yes, then the user will be allowed to add a comment to their response to this question.|, + lastUpdated => 1146455578, }, '16 description' => { - message => q|If set to Yes, then the answers will be shuffled for each user. -

|, - lastUpdated => 1119851108, + message => q|If set to Yes, then the answers will be shuffled for each user.|, + lastUpdated => 1146455581, }, '21 description' => { message => q|Used to define the question that follows this one when the question order for the survey -is set to "response". -

|, - lastUpdated => 1119851108, +is set to "response".|, + lastUpdated => 1146455589, }, 'what next question description' => { @@ -1168,9 +1148,8 @@ is set to "response".
  • Frequency
  • Opinion
  • Or you may return to the survey
  • - -

    |, - lastUpdated => 1119982880, +|, + lastUpdated => 1146455594, }, '744' => { @@ -1198,7 +1177,7 @@ is correct or not.|, message => q|After defining the answer, you can add an answer to this question, addi another question, edit the current question or go back to the page containing the Survey|, - lastUpdated => 1119993846, + lastUpdated => 1146455600, }, }; diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm index ac4046c66..f0ab077f3 100644 --- a/lib/WebGUI/i18n/English/Asset_Template.pm +++ b/lib/WebGUI/i18n/English/Asset_Template.pm @@ -93,21 +93,18 @@ Give this template a descriptive name so that you'll know what it is when you're }, 'namespace description' => { - message => q|What type of template is this? -

    |, - lastUpdated => 1119979645, + message => q|What type of template is this?|, + lastUpdated => 1146455494, }, 'show in forms description' => { - message => q|Should this template be shown in the list of template from this namespace? -

    |, - lastUpdated => 1119979645, + message => q|Should this template be shown in the list of template from this namespace?|, + lastUpdated => 1146455503, }, 'template description' => { - message => q|Create your template by using template commands and variables, macros, and HTML. -

    |, - lastUpdated => 1119979645, + message => q|Create your template by using template commands and variables, macros, and HTML.|, + lastUpdated => 1146455505, }, 'parser' => { @@ -116,9 +113,8 @@ Give this template a descriptive name so that you'll know what it is when you're }, 'parser description' => { - message => q|If your configuration file lists multiple template engines, then select which type of template this is so that WebGUI can send it to the correct one. -

    |, - lastUpdated => 1119979645, + message => q|If your configuration file lists multiple template engines, then select which type of template this is so that WebGUI can send it to the correct one.|, + lastUpdated => 1146455514, }, '825' => { @@ -403,8 +399,8 @@ has been set to some other language you will need to consult the documentation f }, 'choose a layout' => { - message => q|"

    Choose a layout for this style:

    "|, - lastUpdated => 1146244520, + message => q|

    Choose a layout for this style:

    |, + lastUpdated => 1146455484, }, 'style wizard help' => { diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 65dde91ee..246f45415 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -562,8 +562,8 @@ Be aware that any database links you create here will be available to all conten }, 'edit user karma body' => { - message => q|Most karma adjustments are done automatically based on what the user does on your website. However, karma can also be adjusted by Admins

    |, - lastUpdated => 1120768627 + message => q|

    Most karma adjustments are done automatically based on what the user does on your website. However, karma can also be adjusted by Admins

    |, + lastUpdated => 1146455436 }, '12' => { @@ -3538,9 +3538,8 @@ Optionally, if you are running a sendmail server on the same machine as WebGUI, }, '824 description' => { - message => q|This footer will be processed for macros and attached to every email sent from this WebGUI instance. -

    |, - lastUpdated => 1120239343, + message => q|This footer will be processed for macros and attached to every email sent from this WebGUI instance.|, + lastUpdated => 1146455404, }, '400 description' => {