summaryrefslogtreecommitdiffstats
path: root/template/default/attachment/contenttypes
diff options
context:
space:
mode:
authormyk%mozilla.org <>2001-10-26 05:37:50 +0200
committermyk%mozilla.org <>2001-10-26 05:37:50 +0200
commita87a5b411b4f173a7b1de2b919e71335306349ed (patch)
treefb0f27f18007cacb84f677178b47aef429f5047b /template/default/attachment/contenttypes
parent3a866ab78f91873f42a13710f299bcb0f176b49c (diff)
downloadbugzilla-a87a5b411b4f173a7b1de2b919e71335306349ed.tar.gz
bugzilla-a87a5b411b4f173a7b1de2b919e71335306349ed.tar.xz
Fix for bug 98602: re-implementation of "create attachment" page.
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
Diffstat (limited to 'template/default/attachment/contenttypes')
-rw-r--r--template/default/attachment/contenttypes6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/default/attachment/contenttypes b/template/default/attachment/contenttypes
new file mode 100644
index 000000000..0328da2ec
--- /dev/null
+++ b/template/default/attachment/contenttypes
@@ -0,0 +1,6 @@
+ <option value="text/plain">plain text (text/plain)</option>
+ <option value="text/html">HTML source (text/html)</option>
+ <option value="image/gif">GIF image (image/gif)</option>
+ <option value="image/jpeg">JPEG image (image/jpeg)</option>
+ <option value="image/png">PNG image (image/png)</option>
+ <option value="application/octet-stream">binary file (application/octet-stream)</option>