summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authorSebastin Santy <sebastinssanty@gmail.com>2017-07-18 21:32:19 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-18 21:32:19 +0200
commit9425931a1ae8add4d05b01382516f95b2e74c5c3 (patch)
tree582f70a74ec3ebc82b510f7085fecb542ae474f0 /template/en/default
parentd6c10b6532b45b6f59ec3777fb49d7184db68384 (diff)
downloadbugzilla-9425931a1ae8add4d05b01382516f95b2e74c5c3.tar.gz
bugzilla-9425931a1ae8add4d05b01382516f95b2e74c5c3.tar.xz
Bug 1381751 - Move create button to the right, and contributor agreement to the left
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/bug/new_bug.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl
index 5228ceb2d..814c6b9b9 100644
--- a/template/en/default/bug/new_bug.html.tmpl
+++ b/template/en/default/bug/new_bug.html.tmpl
@@ -12,6 +12,7 @@
jquery = [ "selectize" ]
jquery_css = [ "js/jquery/plugins/selectize/selectize.default.css" ]
javascript_urls = ['extensions/BugModal/web/new_bug.js']
+ style_urls = ['extensions/BugModal/web/new_bug.css']
%]
[% PROCESS global/header.html.tmpl %]
<p>Coming Soon!</p>
@@ -188,6 +189,6 @@
%]
<div style="display: none" id="xhr-error"></div>
-<button type="submit" id="commit-btn" class="create-btn major">Create New [% terms.Bug %]</button>
+<button type="submit" id="create-btn" class="create-btn major">Create New [% terms.Bug %]</button>
</form>
[% PROCESS global/footer.html.tmpl %] \ No newline at end of file