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
5b5d877f
Commit
5b5d877f
authored
Oct 19, 2009
by
reed%reedloden.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed r=LpSolit a=LpSolit]
parent
a7310a52
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
0 deletions
+22
-0
created.html.tmpl
template/en/default/attachment/created.html.tmpl
+1
-0
updated.html.tmpl
template/en/default/attachment/updated.html.tmpl
+1
-0
header.html.tmpl
template/en/default/bug/process/header.html.tmpl
+10
-0
results.html.tmpl
template/en/default/bug/process/results.html.tmpl
+9
-0
show.html.tmpl
template/en/default/bug/show.html.tmpl
+1
-0
No files found.
template/en/default/attachment/created.html.tmpl
View file @
5b5d877f
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
[% bug = bugs.0 %]
[% bug = bugs.0 %]
[% bodyclasses = ['bz_bug',
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_status_$bug.bug_status",
"bz_product_$bug.product",
"bz_component_$bug.component",
"bz_component_$bug.component",
"bz_bug_$bug.bug_id"
"bz_bug_$bug.bug_id"
]
]
...
...
template/en/default/attachment/updated.html.tmpl
View file @
5b5d877f
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% bodyclasses = ['bz_bug',
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_status_$bug.bug_status",
"bz_product_$bug.product",
"bz_component_$bug.component",
"bz_component_$bug.component",
"bz_bug_$bug.bug_id"
"bz_bug_$bug.bug_id"
]
]
...
...
template/en/default/bug/process/header.html.tmpl
View file @
5b5d877f
...
@@ -41,7 +41,17 @@
...
@@ -41,7 +41,17 @@
[% title = "Change Votes" %]
[% title = "Change Votes" %]
[% END %]
[% END %]
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_component_$bug.component",
"bz_bug_$bug.bug_id"
]
%]
[% FOREACH group = bug.groups_in %]
[% bodyclasses.push("bz_group_$group.name") %]
[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
bodyclasses = bodyclasses
javascript_urls = [ "js/util.js", "js/field.js", "js/yui/calendar.js" ]
javascript_urls = [ "js/util.js", "js/field.js", "js/yui/calendar.js" ]
style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
doc_section = "bug_page.html"
doc_section = "bug_page.html"
...
...
template/en/default/bug/process/results.html.tmpl
View file @
5b5d877f
...
@@ -31,6 +31,15 @@
...
@@ -31,6 +31,15 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/variables.none.tmpl %]
[% UNLESS header_done %]
[% UNLESS header_done %]
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_component_$bug.component",
"bz_bug_$bug.bug_id"
]
%]
[% FOREACH group = bug.groups_in %]
[% bodyclasses.push("bz_group_$group.name") %]
[% END %]
[% PROCESS bug/process/header.html.tmpl %]
[% PROCESS bug/process/header.html.tmpl %]
[% END %]
[% END %]
...
...
template/en/default/bug/show.html.tmpl
View file @
5b5d877f
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% bodyclasses = ['bz_bug',
[% bodyclasses = ['bz_bug',
"bz_status_$bug.bug_status",
"bz_status_$bug.bug_status",
"bz_product_$bug.product",
"bz_component_$bug.component",
"bz_component_$bug.component",
"bz_bug_$bug.bug_id"
"bz_bug_$bug.bug_id"
]
]
...
...
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