Update recharge.hamlet

buttons for charging account w. +/-5 cu
This commit is contained in:
s72785 2015-04-22 23:05:54 +02:00
parent f8e5d0e8a2
commit e85bfb9761
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ $doctype 5
^{rechargeWidget}
<div>
<input type=submit value="_{MsgRecharge}">
<input onclick="crmnt( document.getElementById('hident2'), 5 )" value="_{MsgPlus5}" type="button">
<input onclick="crmnt( document.getElementById('hident2'), -5 )" value="_{MsgMinus5}" type="button">