]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 300507: "View All" is misplaced in the attachment table - Patch by Frédéric Bucli...
authorlpsolit%gmail.com <>
Thu, 14 Jul 2005 00:47:49 +0000 (00:47 +0000)
committerlpsolit%gmail.com <>
Thu, 14 Jul 2005 00:47:49 +0000 (00:47 +0000)
template/en/default/attachment/list.html.tmpl

index b632d42110bb29e4062e6a278d0cb4502e9b6fc3..4f66a5eb84123b5ae2a3a3d3b0c42109ea731e06 100644 (file)
@@ -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 %]