diff --git a/lib/WebGUI/Asset/FilePile.pm b/lib/WebGUI/Asset/FilePile.pm index 438d87556..c66367ff2 100644 --- a/lib/WebGUI/Asset/FilePile.pm +++ b/lib/WebGUI/Asset/FilePile.pm @@ -74,25 +74,25 @@ sub edit { $tabform->getTab("properties")->yesNo( -name=>"isHidden", -value=>1, - -label=>WebGUI::International::get(886), + -label=>WebGUI::International::get(886,"Asset"), -uiLevel=>6 ); $tabform->getTab("properties")->yesNo( -name=>"newWindow", -value=>0, - -label=>WebGUI::International::get(940), + -label=>WebGUI::International::get(940,"Asset"), -uiLevel=>6 ); - $tabform->addTab("security",WebGUI::International::get(107),6); + $tabform->addTab("security",WebGUI::International::get(107,"Asset"),6); $tabform->getTab("security")->dateTime( -name=>"startDate", - -label=>WebGUI::International::get(497), + -label=>WebGUI::International::get(497,"Asset"), -value=>$self->get("startDate"), -uiLevel=>6 ); $tabform->getTab("security")->dateTime( -name=>"endDate", - -label=>WebGUI::International::get(498), + -label=>WebGUI::International::get(498,"Asset"), -value=>$self->get("endDate"), -uiLevel=>6 ); @@ -114,29 +114,29 @@ sub edit { $tabform->getTab("security")->selectList( -name=>"ownerUserId", -options=>$users, - -label=>WebGUI::International::get(108), + -label=>WebGUI::International::get(108,"Asset"), -value=>[$self->get("ownerUserId")], -subtext=>$subtext, -uiLevel=>6 ); $tabform->getTab("security")->group( -name=>"groupIdView", - -label=>WebGUI::International::get(872), + -label=>WebGUI::International::get(872,"Asset"), -value=>[$self->get("groupIdView")], -uiLevel=>6 ); $tabform->getTab("security")->group( -name=>"groupIdEdit", - -label=>WebGUI::International::get(871), + -label=>WebGUI::International::get(871,"Asset"), -value=>[$self->get("groupIdEdit")], -excludeGroups=>[1,7], -uiLevel=>6 ); $tabform->getTab("properties")->readOnly( - -label=>WebGUI::International::get("upload files", "Asset"), + -label=>WebGUI::International::get("upload files", "FilePile"), -value=>$self->getUploadControl ); - return $self->getAdminConsole->render($tabform->print,WebGUI::International::get("add pile", "Asset")); + return $self->getAdminConsole->render($tabform->print,WebGUI::International::get("add pile", "FilePile")); } #------------------------------------------------------------------- diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 9f3871391..8ca7c8217 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -49,83 +49,104 @@ blank, this will be set to "Untitled".

^International("411","Asset");
A shorter title that will appear in navigation. If left blank, this will default -to the Title. +to the Title.
+UI level: 1

^International("104","Asset");
The URL for this asset. It must be unique. If this field is left blank, then -a URL will be made from the parent's URL and the Menu Title. +a URL will be made from the parent's URL and the Menu Title.
+UI level: 3

^International("412","Asset");
-A short description of this Asset. +A short description of this Asset.
+UI level: 6

^International("886","Asset");
-Whether or not this asset will be hidden from the navigation menu and site maps. +Whether or not this asset will be hidden from the navigation menu and site maps.
+UI level: 6

-^International("886","Asset");
-Select yes to open this asset in a new window. +^International("940","Asset");
+Select yes to open this asset in a new window.
+UI level: 6

Encrypt page?
-Should this page be served over SSL? +Should this page be served over SSL?
+UI level: 6

-Start Date
-The date when users may begin viewing this page. Before this date only Content Managers with the rights to edit this page will see it. +^International("497","Asset");
+The date when users may begin viewing this page. Before this date only Content Managers with the rights to edit this page will see it
+UI level: 6.

-End Date
-The date when users will stop viewing this page. After this date only Content Managers with the rights to edit this page will see it. +^International("498","Asset");
+The date when users will stop viewing this page. After this date only Content Managers with the rights to edit this page will see it.
+UI level: 6

-Owner
-The owner of a page is usually the person who created the page. This user always has full edit and viewing rights on the page. +^International("108","Asset");
+The owner of a page is usually the person who created the page. This user always has full edit and viewing rights on the page.
+UI level: 6

+

NOTE: The owner can only be changed by an administrator.

-Who can view?
-Choose which group can view this page. If you want both visitors and registered users to be able to view the page then you should choose the "Everybody" group. +^International("872","Asset");
+Choose which group can view this page. If you want both visitors and registered users to be able to view the page then you should choose the "Everybody" group.
+UI level: 6

-Who can edit?
-Choose the group that can edit this page. The group assigned editing rights can also always view the page. +^International("871","Asset");
+Choose the group that can edit this page. The group assigned editing rights can also always view the page.
+UI level: 6

-Extra Head Tags
-These tags will be added to the <HEAD> section of each page that the asset appears on. +^International("412","Asset");
+A short description of this Asset.
+UI level: 3

-Make package?
+^International("extra head tags","Asset");
+These tags will be added to the <HEAD> section of each page that the asset appears on.
+UI level: 5 +

+ +

+^International("make package","Asset");
Many WebGUI tasks are very repetitive. Automating such tasks in Webgui, such as creating an Asset, or sets of Assets, is done by creating a package that can be reused -through the site. Check yes if you want this Asset to be available as a package. +through the site. Check yes if you want this Asset to be available as a package.
+UI level: 7

-Make prototype?
-Chances are if you like assets to be configured a certain way, then you'll find prototypes useful. By setting an asset as a prototype you can create new items in your add content menu configured exactly as you like. For instance, if you use the Collaboration System as a photo gallery, then create a photo gallery and mark it as a prototype. From then on you can just "Add content > New Content > Photo Gallery". +^International("make prototype","Asset");
+Chances are if you like assets to be configured a certain way, then you'll find prototypes useful. By setting an asset as a prototype you can create new items in your add content menu configured exactly as you like. For instance, if you use the Collaboration System as a photo gallery, then create a photo gallery and mark it as a prototype. From then on you can just "Add content > New Content > Photo Gallery".
+UI level: 9

|, context => q|Describing the form to add or edit an Asset.|, - lastUpdated => 1106608067, + lastUpdated => 1111801111, }, 'asset fields title' => { @@ -179,18 +200,6 @@ argument. lastUpdated => 1106762073, }, - 'upload files' => { - message => q|Upload Files|, - context => q|label for File Pile asset form|, - lastUpdated => 1107387247, - }, - - 'add pile' => { - message => q|Add a Pile of Files|, - context => q|label for File Pile Admin Console|, - lastUpdated => 1107387324, - }, - 'errorEmptyField' => { message => q|

Error: Field name may not be empty.

|, lastUpdated => 1089039511, diff --git a/lib/WebGUI/i18n/English/File.pm b/lib/WebGUI/i18n/English/File.pm index 71f129b7d..125ee380d 100644 --- a/lib/WebGUI/i18n/English/File.pm +++ b/lib/WebGUI/i18n/English/File.pm @@ -11,11 +11,11 @@ our $I18N = {

Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:

-

New file to upload
+

^International("new file","File");
Enter the path to a file, or use the "Browse" button to find a file on your local hard drive that you would like to be uploaded. -

Current file
+

^International("current file","File");
If this Asset already contains a file, a link to the file with its associated icon will be shown. |, diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 8c578c2e7..dddfd3e5e 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4682,8 +4682,14 @@ If Posts and Threads are set to being "sticky", they will appear at the top of t If Posts and Threads are "locked", no new posts can be added and no existing posts can be edited.

+UI level
+For WebGUI content managers and Administrators, the Asset and Wobject edit +screens can be configured to make them easier to use, based on each +user's UI level. The UI level can be altered by Admins in the user's profile. +

+ |, - lastUpdated => 1111729014, + lastUpdated => 1111800470, }, };