5 <body onLoad="[% onload %]">
7 <h1>[% 'Reconciliation' | $T8 %]</h1>
9 <form method=post action="[% script %]">
13 <th align=right nowrap>[% 'Account' | $T8 %]</th>
14 <td colspan=3>[% L.select_tag('accno', L.options_for_select(PR, value_title_sub=\selection_sub)) %]</td>
17 <th align=right>[% 'From' | $T8 %]</th>
18 <td>[% L.date_tag('fromdate') %]</td>
19 <th align=right>[% 'Until' | $T8 %]</th>
20 <td>[% L.date_tag('todate') %]</td>
27 [% L.hidden_tag('nextsub', 'get_payments') %]
28 [% L.submit_tag('action', LxERP.t8('Continue')) %]