diff options
-rw-r--r-- | skins/standard/index.css | 10 | ||||
-rw-r--r-- | template/en/default/index.html.tmpl | 12 |
2 files changed, 19 insertions, 3 deletions
diff --git a/skins/standard/index.css b/skins/standard/index.css index 918f775e4..36b90f01f 100644 --- a/skins/standard/index.css +++ b/skins/standard/index.css @@ -48,12 +48,18 @@ width: 250px; height: 200px; - margin-top: 2.3em; margin-right: 2.3em; float: right; - background: transparent no-repeat url(index/front.png); } + div.contribute { + position: relative; + top: 200px; + margin: .5em; + padding: .5em; + border: 1px dotted black; + font-size: small; + } #page-index #report { diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index a96f2b15e..9205fba17 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -93,7 +93,17 @@ function addSidebar() { [% END %] <div id="page-index"> - <div class="intro"></div> + <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> <p>Welcome to [% terms.Bugzilla %]. To see what's new in this version of [% terms.Bugzilla %], see the |