forgot buttons in upstock

This commit is contained in:
nek0 2015-10-23 18:15:58 +02:00
parent df480dce8a
commit 27c77f8763
1 changed files with 3 additions and 2 deletions

View File

@ -7,5 +7,6 @@ $doctype 5
<form method=post enctype=#{enctype}>
^{upstockWidget}
<input onclick="crmnt( document.getElementById('crement'), 1 )" value="_{MsgIncrement}" type="button">
<input onclick="crmnt( document.getElementById('crement'), -1 )" value="_{MsgDecrement}" type="button">
<div .plusbtn>
<button .btn .btn-default onclick="crmnt( document.getElementById('crement'), 1 )">_{MsgIncrement}
<button .btn .btn-default onclick="crmnt( document.getElementById('crement'), -1 )">_{MsgDecrement}