Revision 0a71c739
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
templates/webpages/am/audit_control.html | ||
---|---|---|
7 | 7 |
|
8 | 8 |
<form method="post" action="am.pl" id="form"> |
9 | 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> |
|
10 |
<table class="tbl-horizontal"> |
|
11 |
<tbody> |
|
12 |
<tr> |
|
13 |
<th>[% 'Close Books up to' | $T8 %]</th> |
|
14 |
<td>[% L.date_tag('closedto', closedto) %]</td> |
|
15 |
</tr> |
|
16 |
<tr> |
|
17 |
<th>[% 'Maximum future booking interval' | $T8 %]</th> |
|
18 |
<td><input type="text" name="max_future_booking_interval" id="max_future_booking_interval" value="[% HTML.escape(max_future_booking_interval) %]"></td> |
|
19 |
</tr> |
|
20 |
</tbody> |
|
19 | 21 |
</table> |
20 | 22 |
|
23 |
|
|
21 | 24 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/am/audit_control.html