summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-14 02:47:49 +0200
committerlpsolit%gmail.com <>2005-07-14 02:47:49 +0200
commit02d5526ffe820089a312fc5de06c5df4c4a4fa01 (patch)
tree5d505d59a8c1e74138c6759be3a4c73f80e7fa14 /template
parentb443446846f74576500604e4faa3a87a8642151a (diff)
downloadbugzilla-02d5526ffe820089a312fc5de06c5df4c4a4fa01.tar.gz
bugzilla-02d5526ffe820089a312fc5de06c5df4c4a4fa01.tar.xz
Bug 300507: "View All" is misplaced in the attachment table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index b632d4211..4f66a5eb8 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -86,7 +86,7 @@
[% END %]
<tr>
- <td colspan="[% show_attachment_flags ? 5 : 4 %]">
+ <td colspan="[% show_attachment_flags ? 6 : 5 %]">
<a href="attachment.cgi?bugid=[% bugid %]&amp;action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.)
</td>
[% IF attachments.size %]