summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-04 01:48:52 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-07 00:19:20 +0200
commita6f98de0d4e842351222b0173a1fff151da8738e (patch)
tree6d7b2b7885a750826655cf3896d7fd72791623b3 /template/en/default/bug
parent3ae73efc60d570fc3f0e918be3889f0ae5a9f263 (diff)
downloadbugzilla-a6f98de0d4e842351222b0173a1fff151da8738e.tar.gz
bugzilla-a6f98de0d4e842351222b0173a1fff151da8738e.tar.xz
Revert "Bug 1365345 - Modal Bug Entry Prototype"
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/new_bug.html.tmpl31
1 files changed, 1 insertions, 30 deletions
diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl
index 3a07dec0a..dc64a9678 100644
--- a/template/en/default/bug/new_bug.html.tmpl
+++ b/template/en/default/bug/new_bug.html.tmpl
@@ -9,18 +9,12 @@
[% title = BLOCK %]Enter [% terms.Bug %] [% END %]
[% PROCESS bug_modal/common_header.html.tmpl
title = title
- jquery = [ "selectize" ]
- jquery_css = [ "js/jquery/plugins/selectize/selectize.default.css" ]
javascript_urls = ['extensions/BugModal/web/new_bug.js']
%]
[% PROCESS global/header.html.tmpl %]
<p>Coming Soon!</p>
<p>This is a demonstration of a reusable comment component</p>
-<form name="newbugform" id="newbugform" method="post" action="new_bug.cgi">
-
-<input type="hidden" value="[% issue_hash_token(['new_bug']) FILTER html %]" name="token">
-
[% WRAPPER bug_modal/module.html.tmpl
title = ""
%]
@@ -31,7 +25,6 @@
field_type = constants.FIELD_TYPE_FREETEXT
edit_only = 1
editable = 1
- required = 1
help = "https://wiki.mozilla.org/BMO/UserGuide/BugFields#short_desc"
%]
@@ -138,27 +131,6 @@
[% END %]
[% END %]
-[%# === tracking === %]
-
-[% WRAPPER bug_modal/module.html.tmpl
- title = "Tracking"
- subtitle = sub
- collapsed = col
-%]
- [% WRAPPER fields_lhs %]
-
- [%# version %]
- [% INCLUDE bug_modal/field.html.tmpl
- field = bug_fields.version
- field_type = constants.FIELD_TYPE_SINGLE_SELECT
- help = "https://wiki.mozilla.org/BMO/UserGuide/BugFields#version"
- edit_only = 1
- editable = 1
- %]
-
- [% END %]
-[% END %]
-
[% BLOCK fields_lhs %]
<div class="fields-lhs">[% content FILTER none %]</div>
[% END %]
@@ -181,6 +153,5 @@
%]
<div style="display: none" id="xhr-error"></div>
-<button type="submit" id="commit-btn" class="create-btn major">Create New Bug</button>
-</form>
+
[% PROCESS global/footer.html.tmpl %] \ No newline at end of file