diff options
author | mkanat%bugzilla.org <> | 2007-03-25 07:10:20 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-25 07:10:20 +0000 |
commit | 841ede34d69569f223788512ff77d58dd22e5455 (patch) | |
tree | a374b479ec3dcdc3cc98dc11b813f80674b797a2 /template | |
parent | 1463ef1599f942025ba67aeae96d5c3b6301db7a (diff) | |
download | bugs-841ede34d69569f223788512ff77d58dd22e5455.tar bugs-841ede34d69569f223788512ff77d58dd22e5455.tar.gz bugs-841ede34d69569f223788512ff77d58dd22e5455.tar.bz2 bugs-841ede34d69569f223788512ff77d58dd22e5455.tar.xz bugs-841ede34d69569f223788512ff77d58dd22e5455.zip |
Bug 375138: The UI of index.cgi is broke
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/editparams.html.tmpl | 10 | ||||
-rw-r--r-- | template/en/default/index.html.tmpl | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index ce5442b3a..2a9b785a6 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -89,11 +89,21 @@ [% IF curpanel == -1 %] [% PROCESS admin/params/index.html.tmpl panels = panels %] [% ELSE %] + + <div class="contribute"><strong>Note:</strong> + [%+ terms.Bugzilla %] is developed entirely by volunteers. The + best way to give back to the [% terms.Bugzilla %] project is + to <a href="http://www.bugzilla.org/contribute/">contribute</a> + yourself! You don't have to be a programmer to contribute, there are + lots of things that we need. + </div> + <p> This lets you edit the basic operating parameters of [% terms.Bugzilla %]. Be careful!<br> Any item you check "Reset" on will get reset to its default value. </p> + [%# CONTENT PANEL %] <form method="post" action="editparams.cgi"> [% PROCESS admin/params/common.html.tmpl panel = current_panel %] diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 9205fba17..a96f2b15e 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -93,17 +93,7 @@ function addSidebar() { [% END %] <div id="page-index"> - <div class="intro"> - [% IF user.in_group('admin') %] - <div class="contribute"><strong>Administrator:</strong> - [%+ terms.Bugzilla %] is developed entirely by - volunteers. The best way to give back to the [% terms.Bugzilla %] project - is to <a href="http://www.bugzilla.org/contribute/">contribute</a> - yourself! You don't have to be a programmer to contribute, there are - lots of things that we need. - </div> - [% END %] - </div> + <div class="intro"></div> <p>Welcome to [% terms.Bugzilla %]. To see what's new in this version of [% terms.Bugzilla %], see the |