XHTML fixes, and moving UILevel docs into Help file
This commit is contained in:
parent
e27a62cccc
commit
115d85a79a
13 changed files with 270 additions and 307 deletions
|
|
@ -10,47 +10,52 @@ our $I18N = {
|
|||
'admin bar body' => {
|
||||
message => q|
|
||||
|
||||
<b>^AdminBar;</b><br />
|
||||
<p><b>^AdminBar;</b><br />
|
||||
<b>^AdminBar(<i>custom template ID</i>);</b><br />
|
||||
Places the administrative tool bar on the page. Omitting this macro will prevent you from adding content, pasting
|
||||
content from the clipboard, accessing the help system and other administrative functions.
|
||||
content from the clipboard, accessing the help system and other administrative functions.</p>
|
||||
<p>
|
||||
The macro may take one optional argument, an alternate template in the Macro/AdminBar namespace for generating the AdminBar. The following variables are available in the template:
|
||||
The macro may take one optional argument, an alternate template in the Macro/AdminBar namespace for generating the AdminBar. The following variables are available in the template:</p>
|
||||
|
||||
<p/>
|
||||
<p>
|
||||
<b>adminbar_loop</b><br />
|
||||
A loop containing the various lists of data to display.
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
<b>label</b><br />
|
||||
A heading label for this category.
|
||||
<p />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>name</b><br />
|
||||
A javascript friendly name for this category.
|
||||
<p />
|
||||
</p>
|
||||
|
||||
<b>items</b>
|
||||
<p><b>items</b><br />
|
||||
A loop containing the list if items in this category.
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<b>title</b><br />
|
||||
<p><b>title</b><br />
|
||||
The displayable link title for this item.
|
||||
<p />
|
||||
</p>
|
||||
|
||||
<b>url</b><br />
|
||||
<p><b>url</b><br />
|
||||
The link URL for this item.
|
||||
<p />
|
||||
</p>
|
||||
|
||||
<b>icon</b><br />
|
||||
<p><b>icon</b><br />
|
||||
The URL of an icon to associate with this item.
|
||||
<p />
|
||||
</p>
|
||||
|
||||
</blockquote>
|
||||
|
||||
</blockquote>
|
||||
<p/>
|
||||
|,
|
||||
lastUpdated => 1141328392,
|
||||
lastUpdated => 1146631148,
|
||||
},
|
||||
|
||||
'376' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue