diff options
author | Reed Loden <reed@reedloden.com> | 2012-01-12 06:50:05 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-01-12 06:50:05 +0100 |
commit | a16d7573b3163029e65ec1f14f44df58eae9c66a (patch) | |
tree | 5d4acfe88ca35c9d975465f0aaa58e32ccc9e218 /template/en/default | |
parent | 943619d811acc82800a916b38905c0d5846e74fe (diff) | |
download | bugzilla-a16d7573b3163029e65ec1f14f44df58eae9c66a.tar.gz bugzilla-a16d7573b3163029e65ec1f14f44df58eae9c66a.tar.xz |
Bug 717502: add PDF to the list of selectable content-types
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/createformcontents.html.tmpl | 1 |
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 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") %] |