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
b9158352
Commit
b9158352
authored
Jun 05, 2002
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 148679: permit multiple stylesheets in the header template.
Patch by Joel Peshkin <bugreport@peshkin.net> r= jouni, gerv
parent
633f6e9d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
header.html.tmpl
template/en/default/global/header.html.tmpl
+4
-1
list.html.tmpl
template/en/default/list/list.html.tmpl
+1
-1
No files found.
template/en/default/global/header.html.tmpl
View file @
b9158352
...
...
@@ -29,6 +29,7 @@
# extra: string. Any other HTML to go inside the
<head>
tags.
# jscript: string. Javascript to go in the header.
# style: string. CSS style.
# style_urls: list. List of URLs to CSS style sheets.
# message: string. A message to display to the user. May contain HTML.
#%]
...
...
@@ -59,9 +60,11 @@
</style>
[% END %]
[% IF style_url %]
[% IF style_urls %]
[% FOREACH style_url = style_urls %]
<link
href=
"[% style_url %]"
rel=
"stylesheet"
type=
"text/css"
>
[% END %]
[% END %]
</head>
...
...
template/en/default/list/list.html.tmpl
View file @
b9158352
...
...
@@ -24,7 +24,7 @@
[%############################################################################%]
[% DEFAULT title = "Bug List" %]
[% style_url
= "css/buglist.css"
%]
[% style_url
s = [ "css/buglist.css" ]
%]
[% qorder = order FILTER url_quote IF order %]
...
...
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