Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0eb69c79
Commit
0eb69c79
authored
Mar 23, 2007
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 374850: Add a link that encourages administrators to contribute to Bugzilla
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
parent
4768da33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
index.css
skins/standard/index.css
+8
-2
index.html.tmpl
template/en/default/index.html.tmpl
+11
-1
No files found.
skins/standard/index.css
View file @
0eb69c79
...
...
@@ -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
{
...
...
template/en/default/index.html.tmpl
View file @
0eb69c79
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment