diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-09 17:52:06 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-07-09 17:52:06 +0000 |
commit | 5a984be85123f673549efd2b22c22c7e44189192 (patch) | |
tree | 48bf6a291855e5b59a3c6386c4bf39c84bf44011 /UI/payments/payment1.html | |
parent | a9a106916a0b005ff79ea5df1bc1d7e438f14200 (diff) |
Correcting parse errors on Form.pm
Including David Mora's discount handling patches to single-payment interfaces
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2200 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/payments/payment1.html')
-rw-r--r-- | UI/payments/payment1.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/UI/payments/payment1.html b/UI/payments/payment1.html index 1df90592..d928dd33 100644 --- a/UI/payments/payment1.html +++ b/UI/payments/payment1.html @@ -17,11 +17,15 @@ <form name="search" method="post" action="payment.pl"> <?lsmb PROCESS elements.html # Include form elements helper. -?> -<?lsmb login.type = 'hidden' ; PROCESS input element_data=login -?> -<?lsmb accountclass.type = 'hidden'; PROCESS input element_data=accountclass -?> -<?lsmb type.type = "hidden"; - PROCESS input element_data=type; - -?> +<?lsmb login.type = 'hidden' ; INCLUDE input element_data=login -?> +<?lsmb accountclass.type = 'hidden'; INCLUDE input element_data=accountclass -?> +<?lsmb # The first_load field is required on payment2.html to initialize discounts the first time, on each subsequent update it wont exist-?> +<?lsmb INCLUDE input element_data={ + name => 'first_load', + id => 'first_load', + type => 'hidden', + value => 'on'} ?> +<?lsmb type.type = "hidden"; INCLUDE input element_data=type; -?> <table width="100%"> <tr id="top-bar" class="listtop"> <th id="top-bar-header" class="listtop"><label id="top-bar-header-label"><?lsmb text('Receipts') ?></th> |