Revision aeb02cf4
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/am/audit_control.html | ||
---|---|---|
|
||
<form method="post" action="am.pl" id="form">
|
||
|
||
<table>
|
||
<tr>
|
||
<th>[% 'Close Books up to' | $T8 %]</th>
|
||
<td>[% L.date_tag('closedto', closedto) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Maximum future booking interval' | $T8 %]</th>
|
||
<td><input type="text" name="max_future_booking_interval" id="max_future_booking_interval" value="[% HTML.escape(max_future_booking_interval) %]"></td>
|
||
</tr>
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'Close Books up to' | $T8 %]</th>
|
||
<td>[% L.date_tag('closedto', closedto) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Maximum future booking interval' | $T8 %]</th>
|
||
<td><input type="text" name="max_future_booking_interval" id="max_future_booking_interval" value="[% HTML.escape(max_future_booking_interval) %]"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
</form>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/am/audit_control.html