From a6324e30b8d552cc242fc3ec0c53187a808a40c2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 26 Jan 2005 17:37:09 +0000 Subject: [PATCH] File Asset help --- lib/WebGUI/Help/Asset.pm | 11 +++++++++++ lib/WebGUI/i18n/English/Asset.pm | 27 +++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Help/Asset.pm b/lib/WebGUI/Help/Asset.pm index 296523b94..76d05640b 100644 --- a/lib/WebGUI/Help/Asset.pm +++ b/lib/WebGUI/Help/Asset.pm @@ -41,6 +41,17 @@ our $HELP = { ] }, + 'file add/edit' => { + title => 'file add/edit title', + body => 'file add/edit body', + related => [ + { + tag => 'asset fields', + namespace => 'Asset' + }, + ] + }, + 'metadata manage'=> { title => 'content profiling', body => 'metadata manage body', diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index c236e95eb..32f8703be 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -164,7 +164,7 @@ argument. }, 'snippet add/edit body' => { - message => q|

Snippets are bits of text that may be reused on your site. Thinks like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.

+ message => q|

Snippets are bits of text that may be reused on your site. Things like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.

Since Snippets are Assets, so they have all the properties that Assets do.

@@ -172,9 +172,32 @@ argument. This is the snippet. Either type it in or copy and paste it into the form field. |, context => 'Describing snippets and its sole field.', - lastUpdated => 1104630518, + lastUpdated => 1106683569, }, + 'file add/edit title' => { + message => q|File, Add/Edit|, + lastUpdated => 1106683494, + }, + + '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.

+ +

Since Files are Assets, so they have all the properties that Assets do.

+ +

New file to upload
+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
+If this Asset already contains a file, a link to the file with its associated icon will be shown. + +|, + context => 'Describing file add/edit form specific fields', + lastUpdated => 1106683499, + }, + + 'extra head tags' => { message => q|Extra HEAD tags|, lastUpdated => 1106608105,