document asset template variable, controls

This commit is contained in:
Colin Kuskie 2005-04-13 02:03:51 +00:00
parent c35844a7f3
commit 021490d49b
2 changed files with 28 additions and 1 deletions

View file

@ -7,6 +7,17 @@ our $HELP = {
'asset fields' => {
title => 'asset fields title',
body => 'asset fields body',
related => [
{
tag => 'template language',
namespace => 'Asset_Template',
},
]
},
'asset template' => {
title => 'asset template title',
body => 'asset template body',
related => [
]
},

View file

@ -150,10 +150,26 @@ Chances are if you like assets to be configured a certain way, then you'll find
},
'asset fields title' => {
message => q|Common Asset Fields|,
message => q|Asset, Common Fields|,
lastUpdated => 1113357557,
},
'asset template body' => {
message => q|
<p>This variable is inserted into every template:</p>
<P><b>controls</b><BR>
These are the icons and URLs that allow editing, cutting, copying, deleting and reordering the Asset.</P>
|,
lastUpdated => 1113357523,
},
'asset template title' => {
message => q|Asset Template Variables|,
lastUpdated => 1100463645,
},
'asset' => {
message => q|Asset|,
lastUpdated => 1100463645,