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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
77c85a80
Commit
77c85a80
authored
Oct 25, 2004
by
justdave%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backing out patch for bug 251596: found a problem with it after I committed. See the bug.
parent
e63b2d6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
show.html.tmpl
template/en/default/bug/show.html.tmpl
+6
-5
header.html.tmpl
template/en/default/global/header.html.tmpl
+2
-6
No files found.
template/en/default/bug/show.html.tmpl
View file @
77c85a80
...
...
@@ -28,16 +28,17 @@
[% filtered_desc = bug.short_desc FILTER html %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% bodyattrs = BLOCK %]class='bz_bug bz_status_[% bug.bug_status
FILTER css_class_quote %] bz_component_[% bug.component
FILTER css_class_quote %] bz_bug_[% bug.bug_id
FILTER css_class_quote %]'
[% END %]
[% PROCESS global/header.html.tmpl
title = "$terms.Bug $bug.bug_id - $bug.short_desc"
h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id"
h2 = filtered_desc
h3 = "Last modified: $filtered_timestamp"
bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_component_$bug.component",
"bz_bug_$bug.bug_id"
]
bodyattrs = bodyattrs
%]
[% PROCESS bug/navigate.html.tmpl %]
...
...
template/en/default/global/header.html.tmpl
View file @
77c85a80
...
...
@@ -28,7 +28,6 @@
# 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.
# javascript_urls: list. List of URLs to Javascript.
...
...
@@ -107,11 +106,8 @@
#%]
<body
bgcolor=
"[% bgcolor %]"
onload=
"[% onload %]"
class=
"[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]
[% FOREACH class = bodyclasses %]
[% ' ' %][% class FILTER css_class_quote %]
[% END %]"
[%
bodyattrs
%]
>
class=
"[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]"
[%+
bodyattrs
%]
>
[%# 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