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
b1928c8c
Commit
b1928c8c
authored
Feb 01, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 265394 : bodyattrs should be dropped from header.html.tmpl
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, vladd a=justdave
parent
d9e238bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
filterexceptions.pl
template/en/default/filterexceptions.pl
+0
-1
header.html.tmpl
template/en/default/global/header.html.tmpl
+1
-4
No files found.
template/en/default/filterexceptions.pl
View file @
b1928c8c
...
...
@@ -266,7 +266,6 @@
'style'
,
'bgcolor'
,
'onload'
,
'bodyattrs'
,
'h1'
,
'h2'
,
'h3'
,
...
...
template/en/default/global/header.html.tmpl
View file @
b1928c8c
...
...
@@ -27,7 +27,6 @@
# h2: string. Page subheader.
# h3: string. Right-aligned subheader.
# bgcolor: string. the page's background color ("#rrggbb").
# bodyattrs: any extra attributes for the
<body>
tag
# bodyclasses: array of extra CSS classes for the
<body>
# onload: string. JavaScript code to run when the page finishes loading.
# javascript: string. Javascript to go in the header.
...
...
@@ -46,7 +45,6 @@
h3 = ""
bgcolor = "#ffffff"
onload = ""
bodyattrs = ""
%]
[%# We should be able to set the default value of the h1 variable
...
...
@@ -110,8 +108,7 @@
class=
"[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]
[% FOREACH class = bodyclasses %]
[% ' ' %][% class FILTER css_class_quote %]
[% END %]"
[%+
bodyattrs
%]
>
[% END %]"
>
[%# Migration note: the following file corresponds to the old Param
# 'bannerhtml'
...
...
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