From 9402cd43ff4ae8e6e295f650f5be479e3c6b43aa Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 1 Jan 2005 23:19:36 +0000 Subject: [PATCH] common asset fields defined --- lib/WebGUI/i18n/English/Asset.pm | 44 +++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index ef29b9398..c1ca8b65f 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -25,11 +25,12 @@ our $I18N = { lastUpdated => 1099344172, }, - 'asset add/edit body' => { + 'asset fields body' => { message => q|

Title
-The title of the asset. This should be descriptive, but not very long. +The title of the asset. This should be descriptive, but not very long. If left +blank, this will be set to "Untitled".

@@ -40,7 +41,13 @@ to the Title.

URL
-The URL for this 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. +

+ +

+Synopsis
+A short description of this Asset.

@@ -59,27 +66,40 @@ Should this page be served over SSL?

-Cache timeout
-How long should this asset be cached for someone who is logged in to WebGUI. +Start Date
+The date when users may begin viewing this page. Note that before this date only content managers with the rights to edit this page will see it.

-Visitor cache timeout
-How long should this asset be cached for someone who a visitor to WebGUI. +End Date
+The date when users will stop viewing this page. Note that after this date only content managers with the rights to edit this page will see it.

-Synopsis
-A short description of an asset. It is used in default meta tags, site maps and navigation. +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. +

+

+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. +

+ +

+Who can edit?
+Choose the group that can edit this page. The group assigned editing rights can also always view the page.

|, context => q|Describing the form to add or edit an Asset.|, - lastUpdated => 1100462749, + lastUpdated => 1104621979, }, - 'asset add/edit title' => { - message => q|Asset, Add/Edit|, + 'asset fields title' => { + message => q|Common Asset Fields|, lastUpdated => 1100463645, },