covert to hover help format

This commit is contained in:
Colin Kuskie 2005-06-18 16:06:28 +00:00
parent 37d8b65e46
commit 28cf1e4279
2 changed files with 22 additions and 8 deletions

View file

@ -6,6 +6,14 @@ our $HELP = {
title => 'file add/edit title',
body => 'file add/edit body',
fields => [
{
title => 'new file',
description => 'new file description'
},
{
title => 'current file',
description => 'current file description'
},
],
related => [
{

View file

@ -11,16 +11,9 @@ our $I18N = {
<P>Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:</P>
<P><b>^International("new file","Asset_File");</b><br/>
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.
<P><b>^International("current file","Asset_File");</b><br/>
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 => 1106762796,
lastUpdated => 1119068839,
},
'file template title' => {
message => q|File, Template|,
@ -57,12 +50,25 @@ The type of the file (PDF, etc.)
lastUpdated => 1106762086
},
'current file description' => {
message => q|If this Asset already contains a file, a link to the file with its associated icon will be shown.|,
lastUpdated => 1119068809
},
'new file' => {
message => q|New file to upload|,
context => q|label for File asset form|,
lastUpdated => 1106762088
},
'new file description' => {
message => q|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.|,
lastUpdated => 1119068745
},
};
1;