summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-03-04 23:43:25 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-03-04 23:43:25 +0100
commita8b1607938852a61ae05df41681693347dcfaae9 (patch)
tree59680c521fab50ef56bc66dfcc720def398f2d49 /template/en/default/admin/params
parent8256d4e7716f777523a7fe0cd4b922624d5f9480 (diff)
downloadbugzilla-a8b1607938852a61ae05df41681693347dcfaae9.tar.gz
bugzilla-a8b1607938852a61ae05df41681693347dcfaae9.tar.xz
Bug 956190 (part 2): Merge params.css and editusers.css with admin.css
r/a=justdave
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r--template/en/default/admin/params/editparams.html.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl
index 4cc22da99..6a9248fcc 100644
--- a/template/en/default/admin/params/editparams.html.tmpl
+++ b/template/en/default/admin/params/editparams.html.tmpl
@@ -35,7 +35,7 @@
[% PROCESS global/header.html.tmpl
title = title
message = message
- style_urls = ['skins/standard/params.css']
+ style_urls = ['skins/standard/admin.css']
javascript_urls = ['js/params.js', 'js/util.js']
doc_section = "administration.html#bugzilla-configuration"
%]
@@ -68,7 +68,8 @@
</div>
<div class="cell">
- <div class="contribute"><strong>Note:</strong>
+ <div id="contribute">
+ <strong>Note:</strong>
Bugzilla is developed entirely by volunteers.
The best way to give back to the Bugzilla project is to
<a href="http://www.bugzilla.org/contribute/">contribute</a> yourself!
@@ -86,7 +87,7 @@
</p>
[%# CONTENT PANEL %]
- <form method="post" action="editparams.cgi">
+ <form id="edit_params" method="post" action="editparams.cgi">
[% PROCESS admin/params/common.html.tmpl panel = current_panel %]
<input type="hidden" name="section" value="[% current_panel.name FILTER html %]">
<input type="hidden" name="action" value="save">