6452b145003e8343515dc8e1b59e81adda971611
[kivitendo-erp.git] / templates / 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 <form method="post" action="am.pl" id="form">
9
10 <table>
11   <tr>
12     <th>[% 'Close Books up to' | $T8 %]</th>
13     <td>[% L.date_tag('closedto', closedto) %]</td>
14   </tr>
15   <tr>
16     <th>[% 'Maximum future booking interval' | $T8 %]</th>
17     <td><input type="text" name="max_future_booking_interval" id="max_future_booking_interval" value="[% HTML.escape(max_future_booking_interval) %]"></td>
18   </tr>
19 </table>
20
21 </form>