XHTML fixes

This commit is contained in:
Colin Kuskie 2006-05-03 20:01:38 +00:00
parent c98308af17
commit 2b651949ea
23 changed files with 201 additions and 189 deletions

View file

@ -15,27 +15,30 @@ our $I18N = {
'group add body' => {
message => q|
<b>&#94;GroupAdd();</b><br />
Using this macro you can allow users to add themselves to a group. The first parameter is the name of the group this user should be added to. The second parameter is a text string for the user to click on to add themselves to this group. The third parameter allows you to specify the name of a template in the Macro/GroupAdd namespace to replace the default template. These variables are available in the template:
<p/>
<b>group.url</b><br />
The URL with the action to add the user to the group.
<p/>
<b>group.text</b><br />
The supplied text string for the user to click on.
<p><b>&#94;GroupAdd();</b><br />
Using this macro you can allow users to add themselves to a group. The first parameter is the name of the group this user should be added to. The second parameter is a text string for the user to click on to add themselves to this group. The third parameter allows you to specify the name of a template in the Macro/GroupAdd namespace to replace the default template. These variables are available in the template:</p>
<p>
<b>NOTE:</b> All these conditions must be met for the link to be displayed:
<p><b>group.url</b><br />
The URL with the action to add the user to the group.
</p>
<p><b>group.text</b><br />
The supplied text string for the user to click on.
</p>
<p><b>NOTE:</b> All these conditions must be met for the link to be displayed:
</p>
<div>
<ul>
<li>User must be logged in.</li>
<li>User must not already belong to the group.</li>
<li>The group must exist.</li>
<li>The group must be set up to allow auto adds.</li>
</ul>
<p>
</div>
|,
lastUpdated => 1134856680,
lastUpdated => 1146679385,
},
};