]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/rc/step1.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / rc / step1.html
1 [% USE T8 %]
2 [% USE HTML %]
3 [% USE L %]
4 [% USE LxERP %]
5
6 <h1>[% 'Reconciliation' | $T8 %]</h1>
7
8 <form method="post" action="rc.pl" id="form">
9 <div class="wrapper">
10
11 <table class="tbl-horizontal">
12   <tbody>
13     <tr>
14       <th>[% 'Account' | $T8 %]</th>
15       <td>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
16     </tr>
17     <tr>
18       <th>[% 'Period' | $T8 %]</th>
19       <td>[% L.date_tag('fromdate') %] [% 'Until' | $T8 %] [% L.date_tag('todate') %]</td>
20     </tr>
21   </tbody>
22 </table>
23 </div>
24 </form>