forgot buttons in upstock
This commit is contained in:
parent
df480dce8a
commit
27c77f8763
1 changed files with 3 additions and 2 deletions
|
@ -7,5 +7,6 @@ $doctype 5
|
||||||
|
|
||||||
<form method=post enctype=#{enctype}>
|
<form method=post enctype=#{enctype}>
|
||||||
^{upstockWidget}
|
^{upstockWidget}
|
||||||
<input onclick="crmnt( document.getElementById('crement'), 1 )" value="_{MsgIncrement}" type="button">
|
<div .plusbtn>
|
||||||
<input onclick="crmnt( document.getElementById('crement'), -1 )" value="_{MsgDecrement}" type="button">
|
<button .btn .btn-default onclick="crmnt( document.getElementById('crement'), 1 )">_{MsgIncrement}
|
||||||
|
<button .btn .btn-default onclick="crmnt( document.getElementById('crement'), -1 )">_{MsgDecrement}
|
||||||
|
|
Loading…
Reference in a new issue