diff options
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/editparams.html.tmpl | 7 |
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"> |