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
2acae490
Commit
2acae490
authored
Oct 19, 2009
by
reed%reedloden.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backout changes that weren't supposed to be committed. Oops\!
parent
5b5d877f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
header.html.tmpl
template/en/default/bug/process/header.html.tmpl
+0
-10
results.html.tmpl
template/en/default/bug/process/results.html.tmpl
+0
-9
No files found.
template/en/default/bug/process/header.html.tmpl
View file @
2acae490
...
...
@@ -41,17 +41,7 @@
[% title = "Change Votes" %]
[% 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
bodyclasses = bodyclasses
javascript_urls = [ "js/util.js", "js/field.js", "js/yui/calendar.js" ]
style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
doc_section = "bug_page.html"
...
...
template/en/default/bug/process/results.html.tmpl
View file @
2acae490
...
...
@@ -31,15 +31,6 @@
[% PROCESS global/variables.none.tmpl %]
[% 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 %]
[% END %]
...
...
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