Commit 0d52e2ad authored by bbaetz%acm.org's avatar bbaetz%acm.org

Bug 196420 - jsmagic for add/and/or in boolean charts isn't working

r/a=justdave
parent ae87e116
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<td> <td>
[% newor = colnum + 1 %] [% newor = colnum + 1 %]
<input type="submit" value="Or" <input type="submit" value="Or"
name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]" [% $jsmagic %]> name="cmd-add[% "${chartnum}-${rownum}-${newor}" %]" [% jsmagic %]>
</td> </td>
[% END %] [% END %]
...@@ -106,10 +106,10 @@ ...@@ -106,10 +106,10 @@
<td> <td>
[% newand = rownum + 1; newchart = chartnum + 1 %] [% newand = rownum + 1; newchart = chartnum + 1 %]
<input type="submit" value="And" <input type="submit" value="And"
name="cmd-add[% "${chartnum}-${newand}-0" %]"[% $jsmagic %]> name="cmd-add[% "${chartnum}-${newand}-0" %]" [% jsmagic %]>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Add another boolean chart" <input type="submit" value="Add another boolean chart"
name="cmd-add[% newchart %]-0-0" [% $jsmagic %]> name="cmd-add[% newchart %]-0-0" [% jsmagic %]>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment