diff options
author | mkanat%bugzilla.org <> | 2007-03-23 02:59:48 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-23 02:59:48 +0100 |
commit | 0eb69c790cf7138445f5f063430b53053b4b745b (patch) | |
tree | b099916a166aefa402163e0a49e69970941bf764 /template | |
parent | 4768da33ddeec1bbb73f158e65b3f509a949f479 (diff) | |
download | bugzilla-0eb69c790cf7138445f5f063430b53053b4b745b.tar.gz bugzilla-0eb69c790cf7138445f5f063430b53053b4b745b.tar.xz |
Bug 374850: Add a link that encourages administrators to contribute to Bugzilla
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/index.html.tmpl | 12 |
1 files changed, 11 insertions, 1 deletions
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 |