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
30f871be
Commit
30f871be
authored
Oct 09, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 518974: Hooks to add text to index.cgi
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
parent
8ecb3ad6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
index.css
skins/standard/index.css
+7
-0
index.html.tmpl
template/en/default/index.html.tmpl
+2
-2
No files found.
skins/standard/index.css
View file @
30f871be
...
...
@@ -21,6 +21,13 @@
padding
:
0.2em
0.2em
0.15em
0.2em
;
}
/* By default these contain nothing, but these CSS rules make things
easier on customizers. */
.intro
,
.outro
{
text-align
:
center
;
width
:
50em
;
}
/* Hide from NN4 */
#new_release
...
...
template/en/default/index.html.tmpl
View file @
30f871be
...
...
@@ -123,11 +123,11 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
[% END %]
<div
id=
"page-index"
>
<div
class=
"intro"
></div>
<table>
<tr>
<td>
<h1
id=
"welcome"
>
Welcome to [% terms.Bugzilla %]
</h1>
<div
class=
"intro"
>
[% Hook.process('intro') %]
</div>
<a
id=
"enter_bug"
class=
"bz_common_actions"
href=
"enter_bug.cgi"
><span>
File [% terms.aBug %]
</span></a>
...
...
@@ -177,10 +177,10 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
</ul>
</div>
</form>
<div
class=
"outro"
>
[% Hook.process('outro') %]
</div>
</td>
</tr>
</table>
<div
class=
"outro"
></div>
</div>
[% PROCESS global/footer.html.tmpl %]
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