940b3065c1b7a6a47cbc512397b14d195a021152
[kivitendo-erp.git] / templates / webpages / rc / step1.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE L %]
4 [%- USE LxERP %]
5 <h1>[% 'Reconciliation' | $T8 %]</h1>
6
7 <form method=post action="[% script %]">
8
9 <table>
10   <tr>
11     <th align=right nowrap>[% 'Account' | $T8 %]</th>
12     <td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
13   </tr>
14   <tr>
15     <th align=right>[% 'From' | $T8 %]</th>
16     <td>[% L.date_tag('fromdate') %]</td>
17     <th align=right>[% 'Until' | $T8 %]</th>
18     <td>[% L.date_tag('todate') %]</td>
19   </tr>
20 </table>
21
22 <hr size=3 noshade>
23 <br>
24
25 [% L.hidden_tag('nextsub', 'get_payments') %]
26 [% L.submit_tag('action', LxERP.t8('Continue')) %]
27
28 </form>
29