Revision d0049f89
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/rc/step1.html | ||
---|---|---|
<h1>[% 'Reconciliation' | $T8 %]</h1>
|
||
|
||
<form method="post" action="rc.pl" id="form">
|
||
<div class="wrapper">
|
||
|
||
<table>
|
||
<tr>
|
||
<th align=right nowrap>[% 'Account' | $T8 %]</th>
|
||
<td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align=right>[% 'From' | $T8 %]</th>
|
||
<td>[% L.date_tag('fromdate') %]</td>
|
||
<th align=right>[% 'Until' | $T8 %]</th>
|
||
<td>[% L.date_tag('todate') %]</td>
|
||
</tr>
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'Account' | $T8 %]</th>
|
||
<td>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Period' | $T8 %]</th>
|
||
<td>[% L.date_tag('fromdate') %] [% 'Until' | $T8 %] [% L.date_tag('todate') %]</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</form>
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/rc/step1.html