ho ho ho, merry XSSmas
[freeside.git] / httemplate / misc / batch-cust_pay.html
1 <% include("/elements/header.html", 'Quick payment entry',
2             menubar( 'Main Menu' => $p ),
3           )
4 %>
5
6 <% include('/elements/error.html') %>
7
8 <FORM ACTION="process/batch-cust_pay.cgi" NAME="OneTrueForm" METHOD="POST" onsubmit="document.OneTrueForm.submit.disabled=true;">
9
10 <!-- <B>Batch</B> <INPUT TYPE="text" NAME="paybatch"><BR><BR> -->
11
12 <% include( "elements/customer-table.html",
13             header => [ '', 'Amount', 'Check #', '' ],
14             fields => [ sub {'$'}, 'paid', 'payinfo', 'error', ],
15             types  => [ 'immutable', '', '', 'immutable', ],
16             sizes  => [ 0, 8, 10, 0, ],
17             param  => { () },
18           ) %>
19
20 <!-- <BR>
21 <INPUT TYPE="button" VALUE="TEST addrow" onclick="addRow()"> -->
22
23 <BR>
24 <INPUT TYPE="submit" NAME="submit" VALUE="Post payment batch">
25
26 </FORM>
27 </BODY>
28 </HTML>