Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aeb02cf4

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID aeb02cf4466b3d9e1a13e431196305d1400ac56b
  • Vorgänger 1ec8402a
  • Nachfolger 186ef707

Neues Design 2019 Standard-Code templates/webpages/am/audit_control.html

Unterschiede anzeigen:

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