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
0d52e2ad
Commit
0d52e2ad
authored
Mar 08, 2003
by
bbaetz%acm.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 196420 - jsmagic for add/and/or in boolean charts isn't working
r/a=justdave
parent
ae87e116
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
boolean-charts.html.tmpl
template/en/default/search/boolean-charts.html.tmpl
+3
-3
No files found.
template/en/default/search/boolean-charts.html.tmpl
View file @
0d52e2ad
...
...
@@ -90,7 +90,7 @@
<td>
[% newor = colnum + 1 %]
<input type="submit" value="Or"
name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]" [%
$
jsmagic %]>
name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]" [% jsmagic %]>
</td>
[% END %]
...
...
@@ -106,10 +106,10 @@
<td>
[% newand = rownum + 1; newchart = chartnum + 1 %]
<input type="submit" value="And"
name="cmd-add[% "${chartnum}-${newand}-0" %]"
[% $
jsmagic %]>
name="cmd-add[% "${chartnum}-${newand}-0" %]"
[%
jsmagic %]>
<input type="submit" value="Add another boolean chart"
name="cmd-add[% newchart %]-0-0" [%
$
jsmagic %]>
name="cmd-add[% newchart %]-0-0" [% jsmagic %]>
</td>
</tr>
...
...
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