summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-01 08:48:17 +0200
committerlpsolit%gmail.com <>2005-08-01 08:48:17 +0200
commitf299f2b3c35e2e455bab9a0f4e4ca94926d5cbd6 (patch)
tree6d18f27a32f393e4c439e18f57c26c7cccc41170 /template
parentc32ed779e69e61e10caf8c1871a5da823cc4c4b0 (diff)
downloadbugzilla-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
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/groups/delete.html.tmpl2
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 %]