summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-11-20 15:46:57 +0100
committertimeless%mozdev.org <>2007-11-20 15:46:57 +0100
commite59296bd6780db6aceec48c9414b29acd5d0fdfa (patch)
treef322e99501135d3d6e7dff892ae0df9c24d9672b /template
parent1040bda8cc6c2017ecda26bdcbb95f1d64398d1e (diff)
downloadbugzilla-e59296bd6780db6aceec48c9414b29acd5d0fdfa.tar.gz
bugzilla-e59296bd6780db6aceec48c9414b29acd5d0fdfa.tar.xz
Bug 393753 Go back to the group list is rendered inline with Yes, delete
r=vladd a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/groups/delete.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl
index 0f7bdcd78..e847adad8 100644
--- a/template/en/default/admin/groups/delete.html.tmpl
+++ b/template/en/default/admin/groups/delete.html.tmpl
@@ -120,10 +120,12 @@
indicated problems first before you can proceed.</b></p>
[% END %]
- <p><input type="submit" id="delete" value="Yes, delete">
- <input type="hidden" name="action" value="delete">
- <input type="hidden" name="group" value="[% gid FILTER html %]">
- <input type="hidden" name="token" value="[% token FILTER html %]">
+ <p>
+ <input type="submit" id="delete" value="Yes, delete">
+ <input type="hidden" name="action" value="delete">
+ <input type="hidden" name="group" value="[% gid FILTER html %]">
+ <input type="hidden" name="token" value="[% token FILTER html %]">
+ </p>
</form>
Go back to the <a href="editgroups.cgi">group list</a>.