XHTML fixes for capitalization and break tags
This commit is contained in:
parent
4fc3e5741b
commit
816c96a284
85 changed files with 1675 additions and 1676 deletions
|
|
@ -15,15 +15,15 @@ our $I18N = {
|
|||
'editable toggle body' => {
|
||||
message => q|
|
||||
|
||||
<b>^EditableToggle; or ^EditableToggle();</b><br>
|
||||
<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/>
|
||||
<b>toggle.url</b><br />
|
||||
The URL to activate or deactivate Admin mode.
|
||||
<p/>
|
||||
<b>toggle.text</b><br/>
|
||||
<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/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue