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
ac6820ab
Commit
ac6820ab
authored
Aug 12, 2008
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 441542: Graphical Reports "Generate Report" button has wrong CSS id
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
parent
c0b5d5f7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
form.html.tmpl
template/en/default/search/form.html.tmpl
+1
-1
search-report-graph.html.tmpl
template/en/default/search/search-report-graph.html.tmpl
+1
-1
search-report-table.html.tmpl
template/en/default/search/search-report-table.html.tmpl
+1
-1
No files found.
template/en/default/search/form.html.tmpl
View file @
ac6820ab
...
...
@@ -147,7 +147,7 @@ function doOnSelectProduct(selectmode) {
</td>
<td>
[% IF button_name %]
<input type="submit" id="[% button_name
.replace (' ' , '_') FILTER html %]
"
<input type="submit" id="[% button_name
FILTER css_class_quote %]_top
"
value="[% button_name FILTER html %]">
[% END %]
</td>
...
...
template/en/default/search/search-report-graph.html.tmpl
View file @
ac6820ab
...
...
@@ -129,7 +129,7 @@ var queryform = "reportform"
[% PROCESS search/form.html.tmpl %]
<br>
<input type="submit" id="[% button_name FILTER
html
%]"
<input type="submit" id="[% button_name FILTER
css_class_quote
%]"
value="[% button_name FILTER html %]">
<input type="hidden" name="action" value="wrap">
<hr>
...
...
template/en/default/search/search-report-table.html.tmpl
View file @
ac6820ab
...
...
@@ -81,7 +81,7 @@ var queryform = "reportform"
[% PROCESS search/form.html.tmpl %]
<br>
<input type="submit" id="[% button_name
.replace (' ' , '_') FILTER html
%]"
<input type="submit" id="[% button_name
FILTER css_class_quote
%]"
value="[% button_name FILTER html %]">
<input type="hidden" name="format" value="table">
<input type="hidden" name="action" value="wrap">
...
...
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