summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/show-multiple.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-08-10 17:10:21 +0200
committergerv%gerv.net <>2002-08-10 17:10:21 +0200
commit7ecd25e872a3158bfbb210c2db48b21b80a003e7 (patch)
treea92b9e3b518449a6515c7983afca272b73283d2a /template/en/default/attachment/show-multiple.html.tmpl
parentf35caa4adb4ae31c5ff7611194b00ebec5ff66aa (diff)
downloadbugzilla-7ecd25e872a3158bfbb210c2db48b21b80a003e7.tar.gz
bugzilla-7ecd25e872a3158bfbb210c2db48b21b80a003e7.tar.xz
Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; r=gerv.
Diffstat (limited to 'template/en/default/attachment/show-multiple.html.tmpl')
-rw-r--r--template/en/default/attachment/show-multiple.html.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl
index 6d192ad89..5e12f622e 100644
--- a/template/en/default/attachment/show-multiple.html.tmpl
+++ b/template/en/default/attachment/show-multiple.html.tmpl
@@ -25,10 +25,8 @@
h1 = "View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
h2 = filtered_summary
style = "
- th { text-align: right; vertical-align: top; }
- td { text-align: left; vertical-align: top; }
- td#info { text-align: right; vertical-align: top; }
- td#actions { text-align: right; vertical-align: bottom; }
+ table.attachment_info th { text-align: right; vertical-align: top; }
+ table.attachment_info td { text-align: left; vertical-align: top; }
"
%]
@@ -37,7 +35,7 @@
[% FOREACH a = attachments %]
<div align="center">
- <table cellspacing="0" cellpadding="4" border="1" width="75%">
+ <table class="attachment_info" cellspacing="0" cellpadding="4" border="1" width="75%">
<tr>
<td valign="top" bgcolor="#cccccc" colspan="5">
<big><b>Attachment #[% a.attachid %]</b></big>