diff options
author | Reed Loden <reed@reedloden.com> | 2012-01-12 08:59:48 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2012-01-12 08:59:48 +0100 |
commit | 4c8c286191bc37e4fca87b0395dce2ebadb73068 (patch) | |
tree | 83d72f310f70f102c93e1fa4bf9bb018385269c7 /template/en/default/attachment | |
parent | ae88083d378c8714d6a7d93108f8b15cefca96ec (diff) | |
download | bugzilla-4c8c286191bc37e4fca87b0395dce2ebadb73068.tar.gz bugzilla-4c8c286191bc37e4fca87b0395dce2ebadb73068.tar.xz |
Bug 717502 - Add PDF to the list of manually selectable content-types
[r=glob a=LpSolit]
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/createformcontents.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 031c0ee27..c8016841c 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -84,6 +84,7 @@ {type => "image/gif", desc => "GIF image"}, {type => "image/jpeg", desc => "JPEG image"}, {type => "image/png", desc => "PNG image"}, + {type => "application/pdf", desc => "PDF document"}, {type => "application/octet-stream", desc => "binary file"}] %] [% Hook.process("mimetypes", "attachment/createformcontents.html.tmpl") %] |