aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-03-05 22:41:28 +0100
committerChristian Ruppert <idl0r@gentoo.org>2011-03-05 22:59:07 +0100
commit7ab813ce5cf283fff092c874e62dc0661f0867d8 (patch)
treec5b70e2b88deda2ad2af876bb7f070191c837e5a /extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl
parentAdd Gentoo skin (diff)
downloadbugzilla-7ab813ce5cf283fff092c874e62dc0661f0867d8.tar.gz
bugzilla-7ab813ce5cf283fff092c874e62dc0661f0867d8.tar.bz2
bugzilla-7ab813ce5cf283fff092c874e62dc0661f0867d8.zip
Add Gentoo templates and web files
Diffstat (limited to 'extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl')
-rw-r--r--extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl b/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl
new file mode 100644
index 000000000..27ea5fe50
--- /dev/null
+++ b/extensions/Gentoo/template/en/default/hook/bug/edit-after_cc_field.html.tmpl
@@ -0,0 +1,21 @@
+<br />
+<div>
+ <button onclick="add_arches_edit()">Add arches:</button>
+ <select name="addarches" multiple size="5" class="arch-selector">
+ <option value="alpha@gentoo.org">ALPHA</option>
+ <option value="amd64@gentoo.org">AMD64</option>
+ <option value="arm@gentoo.org">ARM</option>
+ <option value="bsd@gentoo.org">BSD</option>
+ <option value="hppa@gentoo.org">HPPA</option>
+ <option value="ia64@gentoo.org">IA64</option>
+ <option value="m68k@gentoo.org">M68K</option>
+ <option value="mips@gentoo.org">MIPS</option>
+ <option value="ppc64@gentoo.org">PPC64</option>
+ <option value="ppc@gentoo.org">PPC</option>
+ <option value="release@gentoo.org">RELEASE</option>
+ <option value="s390@gentoo.org">S390</option>
+ <option value="sh@gentoo.org">SH</option>
+ <option value="sparc@gentoo.org">SPARC</option>
+ <option value="x86@gentoo.org">X86</option>
+ </select>
+</div> \ No newline at end of file