]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 717502 - Add PDF to the list of manually selectable content-types
authorReed Loden <reed@reedloden.com>
Thu, 12 Jan 2012 07:59:48 +0000 (23:59 -0800)
committerReed Loden <reed@reedloden.com>
Thu, 12 Jan 2012 07:59:48 +0000 (23:59 -0800)
[r=glob a=LpSolit]

template/en/default/attachment/createformcontents.html.tmpl

index 031c0ee27cf319eabe16c4907e1c0c86b33b9d49..c8016841cb60279df0f2ee924b5949643e382a21 100644 (file)
@@ -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") %]