From a6f98de0d4e842351222b0173a1fff151da8738e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 3 Jul 2017 16:48:52 -0700 Subject: Revert "Bug 1365345 - Modal Bug Entry Prototype" This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf. --- template/en/default/bug/new_bug.html.tmpl | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'template') 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 %]

Coming Soon!

This is a demonstration of a reusable comment component

-
- - - [% 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 %]
[% content FILTER none %]
[% END %] @@ -181,6 +153,5 @@ %] - -
+ [% PROCESS global/footer.html.tmpl %] \ No newline at end of file -- cgit v1.2.3-24-g4f1b