diff options
author | myk%mozilla.org <> | 2005-07-30 07:46:39 +0000 |
---|---|---|
committer | myk%mozilla.org <> | 2005-07-30 07:46:39 +0000 |
commit | d79c2c86ef0b69c4250642e3709f22a34fe7c8a0 (patch) | |
tree | d62dc2bd3405c4bda8ec94a65f9e29d2eabd8969 /template/en/default | |
parent | f55027e7a07f4cb3f74cd6c42e710e794564df3c (diff) | |
download | bugs-d79c2c86ef0b69c4250642e3709f22a34fe7c8a0.tar bugs-d79c2c86ef0b69c4250642e3709f22a34fe7c8a0.tar.gz bugs-d79c2c86ef0b69c4250642e3709f22a34fe7c8a0.tar.bz2 bugs-d79c2c86ef0b69c4250642e3709f22a34fe7c8a0.tar.xz bugs-d79c2c86ef0b69c4250642e3709f22a34fe7c8a0.zip |
Fix for bug 302083: automatically converts BMP files to PNG files to conserve disk space; patch by Greg Hendricks; r=myk, a=myk
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/created.html.tmpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 9bfb36caf..ef318f575 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -44,7 +44,12 @@ </h2> [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] - + [% IF convertedbmp %] + <p> + <b>Note:</b> [% terms.Bugzilla %] automatically converted your BMP image file to a + compressed PNG format. + </p> + [% END %] [% IF contenttypemethod == 'autodetect' %] <p> <b>Note:</b> [% terms.Bugzilla %] automatically detected the content type |