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