diff options
author | justdave%syndicomm.com <> | 2002-09-22 01:57:07 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-09-22 01:57:07 +0200 |
commit | cf9b4ba2e757925eeb18bb63411ae30c8600c643 (patch) | |
tree | 9db557ee9ac49b376e3f9b8acee0c06112405a54 /template | |
parent | 66493d5e7e811c387faefd8f27edadcaf762c829 (diff) | |
download | bugzilla-cf9b4ba2e757925eeb18bb63411ae30c8600c643.tar.gz bugzilla-cf9b4ba2e757925eeb18bb63411ae30c8600c643.tar.xz |
Fix for bug 63601: Recommend filename when downloading attachments (except in IE4, which chokes on the Content-Disposition header)
Patch by Daniel Raichle <draichle@gmx.net> and Dave Miller <justdave@syndicomm.com>
r= bbaetz, gerv
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index c9bc7c1cd..ec2616bf9 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -153,6 +153,9 @@ <b>Description:</b><br> <textarea rows="3" cols="25" name="description" wrap="soft">[% description FILTER html %]</textarea><br> + <b>Filename:</b><br> + <input type="text" size="20" name="filename" value="[% filename FILTER html %]"><br> + <b>MIME Type:</b><br> <input type="text" size="20" name="contenttypeentry" value="[% contenttype FILTER html %]"><br> |