summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/show-multiple.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/show-multiple.html.tmpl')
-rw-r--r--template/en/default/attachment/show-multiple.html.tmpl9
1 files changed, 2 insertions, 7 deletions
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl
index 173133199..ae2fb8f3b 100644
--- a/template/en/default/attachment/show-multiple.html.tmpl
+++ b/template/en/default/attachment/show-multiple.html.tmpl
@@ -26,11 +26,9 @@
<a href="attachment.cgi?bugid=[% bug.id FILTER html %]&amp;action=viewall">click here</a>.
</div>
[% END %]
-<br>
[% FOREACH a = attachments %]
-
- <div align="center">
+<div class="viewall_frame_container">
<table class="viewall_desc">
<tr>
<th colspan="6" class="bz_attach_footer">Attachment #[% a.id %]</th>
@@ -91,10 +89,7 @@
<a href="attachment.cgi?id=[% a.id %]">Download the attachment instead</a>.
</b></p>
[% END %]
- </div>
-
- <br><br>
-
+</div>
[% END %]
[% PROCESS global/footer.html.tmpl %]