diff options
author | lpsolit%gmail.com <> | 2005-08-01 08:48:17 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-01 08:48:17 +0200 |
commit | f299f2b3c35e2e455bab9a0f4e4ca94926d5cbd6 (patch) | |
tree | 6d18f27a32f393e4c439e18f57c26c7cccc41170 | |
parent | c32ed779e69e61e10caf8c1871a5da823cc4c4b0 (diff) | |
download | bugzilla-f299f2b3c35e2e455bab9a0f4e4ca94926d5cbd6.tar.gz bugzilla-f299f2b3c35e2e455bab9a0f4e4ca94926d5cbd6.tar.xz |
Bug 302782: Crash when showing list of users in a group during group deletion - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
-rw-r--r-- | template/en/default/admin/groups/delete.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl index 2c4b70862..d720ecddc 100644 --- a/template/en/default/admin/groups/delete.html.tmpl +++ b/template/en/default/admin/groups/delete.html.tmpl @@ -56,7 +56,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&group=[% 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 %] |