From a16d7573b3163029e65ec1f14f44df58eae9c66a Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Thu, 12 Jan 2012 13:50:05 +0800 Subject: Bug 717502: add PDF to the list of selectable content-types --- template/en/default/attachment/createformcontents.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default') diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 96ca587d2..7f738c07f 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -100,6 +100,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