summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/confirm-remove.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups/confirm-remove.html.tmpl')
-rw-r--r--template/en/default/admin/groups/confirm-remove.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/admin/groups/confirm-remove.html.tmpl b/template/en/default/admin/groups/confirm-remove.html.tmpl
index 54d961623..a3830702c 100644
--- a/template/en/default/admin/groups/confirm-remove.html.tmpl
+++ b/template/en/default/admin/groups/confirm-remove.html.tmpl
@@ -46,21 +46,21 @@
<p>This option will remove all explicitly defined users
from '[% group.name FILTER html %].'</p>
[% END %]
-
+
<p>Generally, you will only need to do this when upgrading groups
created with [% terms.Bugzilla %] versions 2.16 and earlier. Use
this option with <b>extreme care</b> and consult the documentation
for further information.
</p>
-
+
<form method="post" action="editgroups.cgi">
<input type="hidden" name="group_id" value="[% group.id FILTER html %]">
<input type="hidden" name="regexp" value="[% regexp FILTER html %]">
<input type="hidden" name="action" value="remove_regexp">
-
+
<input name="token" type="hidden" value="[% token FILTER html %]">
<input id="confirm" name="confirm" type="submit" value="Confirm">
<p>Or <a href="editgroups.cgi">return to the Edit Groups page</a>.</p>
</form>
-
-[% PROCESS global/footer.html.tmpl %]
+
+[% PROCESS global/footer.html.tmpl %]