]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/am/audit_control.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / am / audit_control.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE T8 %]
4 [%- USE L %]
5
6 <h1>[% title | html %]</h1>
7
8 <div class="wrapper">
9 <form method="post" action="am.pl" id="form">
10
11 <table class="tbl-horizontal">
12   <tbody>
13     <tr>
14       <th>[% 'Close Books up to' | $T8 %]</th>
15       <td>[% L.date_tag('closedto', closedto) %]</td>
16     </tr>
17     <tr>
18       <th>[% 'Maximum future booking interval' | $T8 %]</th>
19       <td><input type="text" name="max_future_booking_interval" id="max_future_booking_interval" value="[% HTML.escape(max_future_booking_interval) %]"></td>
20     </tr>
21   </tbody>
22 </table>
23
24
25 </form>
26 </div>