remove description field from def sub, it's no longer used

XHTML fixes
Move UI level out of i18n and into help docs
This commit is contained in:
Colin Kuskie 2006-05-04 05:23:29 +00:00
parent d4299c3bbb
commit 14cf8adf0a
25 changed files with 207 additions and 198 deletions

View file

@ -46,35 +46,35 @@ checkbox for any Asset that you do not want displayed in the Page Layout Asset.
'layout template body' => {
message => q|<p>The following variables are available in Page Layout Templates:</p>
<P><b>showAdmin</b><br />
<p><b>showAdmin</b><br />
A conditional showing if the current user has turned on Admin Mode and can edit this Asset.
<P><b>dragger.icon</b><br />
<p><b>dragger.icon</b><br />
An icon that can be used to change the Asset's position with the mouse via a click and
drag interface. If showAdmin is false, this variable is empty.
<P><b>dragger.init</b><br />
<p><b>dragger.init</b><br />
HTML and Javascript required to make the click and drag work. If showAdmin is false, this variable is empty.
<P><b>position1_loop, position2_loop, ... positionN_loop</b><br />
<p><b>position1_loop, position2_loop, ... positionN_loop</b><br />
Each position in the template has a loop which has the set of Assets
which are to be displayed inside of it. Assets that have not been
specifically placed are put inside of position 1.
<blockquote>
<P><b>id</b><br />
<p><b>id</b><br />
The Asset ID of the Asset.
<P><b>content</b><br />
<p><b>content</b><br />
The rendered content of the Asset.
</blockquote>
<P><b>attachment.size</b><br />
<p><b>attachment.size</b><br />
The size of the file.
<P><b>attachment.type</b><br />
<p><b>attachment.type</b><br />
The type of the file (PDF, etc.)
|,