XHTML fixes
This commit is contained in:
parent
c98308af17
commit
2b651949ea
23 changed files with 201 additions and 189 deletions
|
|
@ -14,21 +14,22 @@ our $I18N = {
|
|||
|
||||
'editable toggle body' => {
|
||||
message => q|
|
||||
|
||||
<b>^EditableToggle; or ^EditableToggle();</b><br />
|
||||
<p><b>^EditableToggle; or ^EditableToggle();</b><br />
|
||||
Exactly the same as AdminToggle, except that the toggle is only displayed if the user has the rights to edit the current Asset. This macro takes up to three parameters. The first is a label for "Turn Admin On", the second is a label for "Turn Admin Off", and the third is the name of a template in the Macro/EditableToggle namespace to replace the default template.
|
||||
<p>
|
||||
The following variables are available in the template:
|
||||
<p/>
|
||||
<b>toggle.url</b><br />
|
||||
The URL to activate or deactivate Admin mode.
|
||||
<p/>
|
||||
<b>toggle.text</b><br />
|
||||
The Internationalized label for turning on or off Admin (depending on the state of the macro), or the text that you supply to the macro.
|
||||
<p/>
|
||||
</p>
|
||||
|
||||
<p>The following variables are available in the template:
|
||||
</p>
|
||||
|
||||
<p><b>toggle.url</b><br />
|
||||
The URL to activate or deactivate Admin mode.
|
||||
</p>
|
||||
|
||||
<p><b>toggle.text</b><br />
|
||||
The Internationalized label for turning on or off Admin (depending on the state of the macro), or the text that you supply to the macro.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1134799755,
|
||||
lastUpdated => 1146679223,
|
||||
},
|
||||
|
||||
'516' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue