summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl')
-rw-r--r--extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl31
1 files changed, 0 insertions, 31 deletions
diff --git a/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl
index a1085ae97..aeea160a4 100644
--- a/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl
+++ b/extensions/REMO/template/en/default/bug/create/create-remo-it.html.tmpl
@@ -67,10 +67,6 @@ function submitForm() {
) {
fields.push('domain_name');
}
- if (Dom.get('item_discourse').checked) {
- fields.push('discourse_names');
- fields.push('discourse_mods');
- }
if (Dom.get('item_other').checked) {
fields.push('other_value');
}
@@ -107,11 +103,6 @@ function setItemVisibility() {
} else {
Dom.addClass('domain', 'bz_default_hidden');
}
- if (Dom.get('item_discourse').checked) {
- Dom.removeClass('discourse', 'bz_default_hidden');
- } else {
- Dom.addClass('discourse', 'bz_default_hidden');
- }
if (Dom.get('item_other').checked) {
Dom.removeClass('other', 'bz_default_hidden');
} else {
@@ -190,10 +181,6 @@ function init() {
<label for="item_domain">Domain</label>
</div>
<div>
- <input type="checkbox" name="items" value="discourse" id="item_discourse">
- <label for="item_discourse">Discourse Category</label>
- </div>
- <div>
<input type="checkbox" name="items" value="ssl" id="item_ssl">
<label for="item_ssl">SSL</label>
</div>
@@ -236,24 +223,6 @@ function init() {
</tr>
</tbody>
-<tbody id="discourse">
-<tr class="even">
- <th colspan="2">Discourse Category</th>
-</tr>
-<tr class="odd">
- <th>Discourse Category Names:[% mandatory FILTER none %]</th>
- <td><input id="discourse_names" name="discourse_names" size="40"></td>
-</tr>
-<tr class="odd">
- <th>Moderators:[% mandatory FILTER none %]</th>
- <td><input id="discourse_mods" name="discourse_mods" size="40"></td>
-</tr>
-<tr class="odd">
- <th>Hex code of background of category tag:</th>
- <td><input id="discourse_bg" name="discourse_bg" size="40"></td>
-</tr>
-</tbody>
-
<tbody id="other">
<tr class="even">
<th colspan="2">Other Item</th>