Modified: identity/CatDap/trunk/root/admin/account_group.tt
===================================================================
--- identity/CatDap/trunk/root/admin/account_group.tt 2010-12-21 02:05:03 UTC (rev 187)
+++ identity/CatDap/trunk/root/admin/account_group.tt 2010-12-21 02:05:06 UTC (rev 188)
@@ -1,4 +1,4 @@
-<h2>Add user [% uid %] to a new group</h2>
+<h2>[% l('Add user [_1] to a new group, uid) %]</h2>
<form method="post" action="">
<input type='hidden' name='uid' value='[% uid %]' />
@@ -8,12 +8,12 @@
<option value='[% group.cn %]'>[% group.cn %]</option>
[% END %]
</select>
- <input type='submit' value='Add' />
+ <input type='submit' value='[% l('Add') %]' />
</form>
<hr />
-<h2>Delete user [% uid %] from an existing group:</h2>
+<h2>[% l('Delete user [_1] from an existing group:', uid) %] </h2>
<form method="post" action="">
<input type='hidden' name='uid' value='[% uid %]' />
@@ -23,7 +23,7 @@
<option value='[% group.cn %]'>[% group.cn %]</option>
[% END %]
</select>
- <input type='submit' value='Delete' />
+ <input type='submit' value='[% l('Delete') %]' />
</form>
<hr />
\ No newline at end of file