diff options
author | lpsolit%gmail.com <> | 2009-08-19 01:19:57 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-19 01:19:57 +0200 |
commit | 92f86cba3806a13936dc5dc3d341194bd60f4af6 (patch) | |
tree | 57cbf38cd8914760afe743ecd37afdfeda7b9691 /template | |
parent | 93092e21d945a135b7b9ec5a827ffb8980686ed3 (diff) | |
download | bugzilla-92f86cba3806a13936dc5dc3d341194bd60f4af6.tar.gz bugzilla-92f86cba3806a13936dc5dc3d341194bd60f4af6.tar.xz |
Bug 365519: admin/groups/delete has unescaped & - Patch by victory <spam@bmo2007.rsz.jp> r=LpSolit a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/groups/delete.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl index e847adad8..d1f1936bd 100644 --- a/template/en/default/admin/groups/delete.html.tmpl +++ b/template/en/default/admin/groups/delete.html.tmpl @@ -57,7 +57,7 @@ <p><b>One or more users belong to this group. You cannot delete this group while there are users in it.</b> - <br><a href="editusers.cgi?action=list&groupid=[% gid FILTER html %]&grouprestrict=1">Show + <br><a href="editusers.cgi?action=list&groupid=[% gid FILTER html %]&grouprestrict=1">Show me which users</a> - <input type="checkbox" name="removeusers">Remove all users from this group for me.</p> [% END %] @@ -88,7 +88,7 @@ <p><b>This group restricts who can make changes to flags of certain types. You cannot delete this group while there are flag types using it.</b> - <br><a href="editflagtypes.cgi?action=list&group=[% gid FILTER html %]">Show + <br><a href="editflagtypes.cgi?action=list&group=[% gid FILTER html %]">Show me which types</a> - <input type="checkbox" name="removeflags">Remove all flag types from this group for me.</p> [% END %] |