Commit b49050f9 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 363915 The group currently being edited should not be linkified, in editgroups.cgi

r=lpsolit a=justdave
parent 520b2033
...@@ -153,6 +153,11 @@ ...@@ -153,6 +153,11 @@
<input type="checkbox" name="grp-[% group.grpid FILTER html %]" [% group.grpmember ? "checked " : "" %]value="1"> <input type="checkbox" name="grp-[% group.grpid FILTER html %]" [% group.grpmember ? "checked " : "" %]value="1">
<input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="[% group.grpmember FILTER html %]"> <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="[% group.grpmember FILTER html %]">
</td> </td>
<td align="left" class="groupname">
<a href="[% "editgroups.cgi?action=changeform&group=${group.grpid}" FILTER html %]">
[% group.grpnam FILTER html %]
</a>
</td>
[% ELSE %] [% ELSE %]
<td> <td>
<input type="hidden" name="oldbless-[% group.grpid FILTER html %]" value="0"> <input type="hidden" name="oldbless-[% group.grpid FILTER html %]" value="0">
...@@ -160,12 +165,12 @@ ...@@ -160,12 +165,12 @@
<td> <td>
<input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="0"> <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="0">
</td> </td>
<td align="left" class="groupname">
<em>
[% group.grpnam FILTER html %]
</em>
</td>
[% END %] [% END %]
<td align="left" class="groupname">
<a href="[% "editgroups.cgi?action=changeform&group=${group.grpid}" FILTER html %]">
[% group.grpnam FILTER html %]
</a>
</td>
<td align="left" class="groupdesc">[% group.grpdesc FILTER html_light %]</td> <td align="left" class="groupdesc">[% group.grpdesc FILTER html_light %]</td>
</tr> </tr>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment