<body> entfernt.
[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>
9
10 <table>
11   <tr>
12     <th>[% 'Close Books up to' | $T8 %]</th>
13     <td>[% L.date_tag('closedto', closedto) %]</td>
14   </tr>
15 </table>
16
17 <hr size=3 noshade>
18
19 <br>
20 <input type=hidden name=nextsub value=doclose>
21 <input type=submit class=submit name=action value="[% 'Continue' | $T8 %]">
22
23 </form>
24