1675eab5eb948a375e5b57c585eb77e5bc57bcef
[kivitendo-erp.git] / templates / webpages / am / audit_control.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE T8 %]
4 [%- USE L %]
5 <body>
6
7 <h1>[% title | html %]</h1>
8
9 <form method=post action=am.pl>
10
11 <table>
12   <tr>
13     <th>[% 'Close Books up to' | $T8 %]</th>
14     <td>[% L.date_tag('closedto', closedto) %]</td>
15   </tr>
16 </table>
17
18 <hr size=3 noshade>
19
20 <br>
21 <input type=hidden name=nextsub value=doclose>
22 <input type=submit class=submit name=action value="[% 'Continue' | $T8 %]">
23
24 </form>
25
26 </body>
27 </html>