From 2ba411e9446f9d0ba1cd1e0f555387d346db5001 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 2 Mar 2006 06:46:21 +0000 Subject: Bug 281358: Attachment links in bugmail are different from the link in show_bug.cgi - Patch by timeless r=LpSolit a=justdave --- template/en/default/attachment/show-multiple.html.tmpl | 6 +++--- template/en/default/bug/activity/table.html.tmpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index 03ad0ea47..ca2690c6e 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -82,14 +82,14 @@ [% IF a.isviewable %] - [% ELSE %]

Attachment cannot be viewed because its MIME type is not text/*, image/*, or application/vnd.mozilla.*. - Download the attachment instead. + Download the attachment instead.

[% END %] diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 48fafe847..2a96b8689 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -70,7 +70,7 @@ [% "" IF loop.index > 0 %] [% IF change.attachid %] - + Attachment #[% change.attachid %] [% END %] [% change.field %] -- cgit v1.2.3-24-g4f1b