covert to hover help format
This commit is contained in:
parent
37d8b65e46
commit
28cf1e4279
2 changed files with 22 additions and 8 deletions
|
|
@ -6,6 +6,14 @@ our $HELP = {
|
||||||
title => 'file add/edit title',
|
title => 'file add/edit title',
|
||||||
body => 'file add/edit body',
|
body => 'file add/edit body',
|
||||||
fields => [
|
fields => [
|
||||||
|
{
|
||||||
|
title => 'new file',
|
||||||
|
description => 'new file description'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title => 'current file',
|
||||||
|
description => 'current file description'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
related => [
|
related => [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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>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',
|
context => 'Describing file add/edit form specific fields',
|
||||||
lastUpdated => 1106762796,
|
lastUpdated => 1119068839,
|
||||||
},
|
},
|
||||||
'file template title' => {
|
'file template title' => {
|
||||||
message => q|File, Template|,
|
message => q|File, Template|,
|
||||||
|
|
@ -57,12 +50,25 @@ The type of the file (PDF, etc.)
|
||||||
lastUpdated => 1106762086
|
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' => {
|
'new file' => {
|
||||||
message => q|New file to upload|,
|
message => q|New file to upload|,
|
||||||
context => q|label for File asset form|,
|
context => q|label for File asset form|,
|
||||||
lastUpdated => 1106762088
|
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;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue