diff options
author | lpsolit%gmail.com <> | 2005-07-14 02:47:49 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-14 02:47:49 +0200 |
commit | 02d5526ffe820089a312fc5de06c5df4c4a4fa01 (patch) | |
tree | 5d505d59a8c1e74138c6759be3a4c73f80e7fa14 | |
parent | b443446846f74576500604e4faa3a87a8642151a (diff) | |
download | bugzilla-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
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 2 |
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 %]&action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.) </td> [% IF attachments.size %] |