First cut at a body add/edit help for Assets. Still needs a title.

This commit is contained in:
Colin Kuskie 2004-11-14 20:00:44 +00:00
parent c48831ad7b
commit fdde516a1d

View file

@ -17,6 +17,59 @@ our $I18N = {
message => q|Asset ID|,
lastUpdated => 1099344172,
},
'asset, add/edit' => {
message => q|
<p>
<b>Title</b><br>
The title of the asset. This should be descriptive, but not very long.
</p>
<p>
<b>Menu Title</b><br>
A shorter title that will appear in navigation. If left blank, this will default
to the <b>Title</b>.
</p>
<p>
<b>URL</b><br>
The URL for this asset.
</p>
<p>
<b>Hide from navigation?</b><br>
Whether or not this asset will be hidden from the navigation menu and site maps.
</p>
<p>
<b>Open in new window?</b><br>
Select yes to open this asset in a new window.
</p>
<p>
<b>Encrypt page?</b><br>
Should this page be served over SSL?
</p>
<p>
<b>Cache timeout</b><br>
How long should this asset be cached for someone who is logged in to WebGUI.
</p>
<p>
<b>Visitor cache timeout</b><br>
How long should this asset be cached for someone who a visitor to WebGUI.
</p>
<p>
<b>Synopsis</b><br>
A short description of an asset. It is used in default meta tags, site maps and navigation.
</p>
|,
context => q|Describing the form to add or edit an Asset.|,
lastUpdated => 1100462749,
}
};