From: Reed Loden Date: Thu, 12 Jan 2012 07:59:48 +0000 (-0800) Subject: Bug 717502 - Add PDF to the list of manually selectable content-types X-Git-Tag: bugzilla-4.3.1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8c286191bc37e4fca87b0395dce2ebadb73068;p=thirdparty%2Fbugzilla.git Bug 717502 - Add PDF to the list of manually selectable content-types [r=glob a=LpSolit] --- diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 031c0ee27c..c8016841cb 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") %]