diff options
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r-- | template/en/default/admin/groups/delete.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl index 9d32da4de..b93c84b25 100644 --- a/template/en/default/admin/groups/delete.html.tmpl +++ b/template/en/default/admin/groups/delete.html.tmpl @@ -55,7 +55,7 @@ users in it.</b> <br><a href="editusers.cgi?action=list&groupid= - [%- group.id FILTER url_quote %]&grouprestrict=1">Show + [%- group.id FILTER uri %]&grouprestrict=1">Show me which users</a> - <label><input type="checkbox" name="removeusers">Remove all users from this group for me.</label></p> [% END %] @@ -75,7 +75,7 @@ [%+ terms.bugs %] are using it.</b> <br><a href="buglist.cgi?field0-0-0=bug_group&type0-0-0=equals&value0-0-0= - [%- group.name FILTER url_quote %]">Show me + [%- group.name FILTER uri %]">Show me which [% terms.bugs %]</a> - <label><input type="checkbox" name="removebugs">Remove all [% terms.bugs %] from this group restriction for me.</label></p> @@ -119,7 +119,7 @@ [% END %] <li><a href="editproducts.cgi?action=editgroupcontrols&product= - [%- data.product.name FILTER url_quote %]"> + [%- data.product.name FILTER uri %]"> [%- data.product.name FILTER html %]</a> ([% active.join(', ') FILTER html %]) [% IF hidden %] @@ -139,7 +139,7 @@ You cannot delete this group while there are flag types using it.</b> <br><a href="editflagtypes.cgi?action=list&group= - [%- group.id FILTER url_quote %]">Show + [%- group.id FILTER uri %]">Show me which types</a> - <label><input type="checkbox" name="removeflags">Remove all flag types from this group for me.</label></p> |