Commit b94bfdea by aagusti

add button

1 parent 099e9fd3
......@@ -28,6 +28,8 @@ btn_qrcode = Button('qrcode', title='QRcode', css_class="btn-success", type="but
btn_barcode_nop = Button('barcode_nop', title='Barcode NOP', css_class="btn-info", type="button")
btn_inquiry = Button('inquiry', title='Inquiry', css_class="btn-info", type="submit")
btn_invoice = Button('invoice', title=_('Invoice'), css_class="btn-info", type="submit")
btn_map = Button('map', title=_('MAP'), css_class="btn-info", type="submit")
btn_payment = Button('payment', title='Payment', css_class="btn-success", type="submit")
btn_accept = Button('accept', title='Terima', css_class="btn-success")
......@@ -59,5 +61,7 @@ pdf_buttons = [btn_pdf, btn_close]
btn_login=Button('login', title=_('Login'), css_class="btn-success")
btn_register=Button('register', title=_('Register'), css_class="btn-success")
btn_password=Button('password', title='Change Password', css_class="btn-danger")
btn_lost=Button('lost', title='Lost Password', css_class="btn-danger")
\ No newline at end of file
btn_password=Button('password', title=_('Change Password'), css_class="btn-danger")
btn_lost=Button('lost', title=_('Lost Password'), css_class="btn-danger")
btn_yes=Button('yes', title=_('Yes'), css_class="btn-success")
btn_no=Button('no', title=_('No'), css_class="btn-danger")
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!