From 4c8c286191bc37e4fca87b0395dce2ebadb73068 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Wed, 11 Jan 2012 23:59:48 -0800 Subject: Bug 717502 - Add PDF to the list of manually selectable content-types [r=glob a=LpSolit] --- template/en/default/attachment/createformcontents.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') 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") %] -- cgit v1.2.3-24-g4f1b