summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/createformcontents.html.tmpl
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2012-01-12 08:59:48 +0100
committerReed Loden <reed@reedloden.com>2012-01-12 08:59:48 +0100
commit4c8c286191bc37e4fca87b0395dce2ebadb73068 (patch)
tree83d72f310f70f102c93e1fa4bf9bb018385269c7 /template/en/default/attachment/createformcontents.html.tmpl
parentae88083d378c8714d6a7d93108f8b15cefca96ec (diff)
downloadbugzilla-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/createformcontents.html.tmpl')
-rw-r--r--template/en/default/attachment/createformcontents.html.tmpl1
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") %]