Revision d0049f89
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
templates/webpages/rc/step1.html | ||
---|---|---|
6 | 6 |
<h1>[% 'Reconciliation' | $T8 %]</h1> |
7 | 7 |
|
8 | 8 |
<form method="post" action="rc.pl" id="form"> |
9 |
<div class="wrapper"> |
|
9 | 10 |
|
10 |
<table> |
|
11 |
<tr>
|
|
12 |
<th align=right nowrap>[% 'Account' | $T8 %]</th>
|
|
13 |
<td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
|
|
14 |
</tr>
|
|
15 |
<tr>
|
|
16 |
<th align=right>[% 'From' | $T8 %]</th>
|
|
17 |
<td>[% L.date_tag('fromdate') %]</td>
|
|
18 |
<th align=right>[% 'Until' | $T8 %]</th>
|
|
19 |
<td>[% L.date_tag('todate') %]</td>
|
|
20 |
</tr>
|
|
11 |
<table class="tbl-horizontal">
|
|
12 |
<tbody>
|
|
13 |
<tr>
|
|
14 |
<th>[% 'Account' | $T8 %]</th>
|
|
15 |
<td>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
|
|
16 |
</tr>
|
|
17 |
<tr>
|
|
18 |
<th>[% 'Period' | $T8 %]</th>
|
|
19 |
<td>[% L.date_tag('fromdate') %] [% 'Until' | $T8 %] [% L.date_tag('todate') %]</td>
|
|
20 |
</tr>
|
|
21 |
</tbody>
|
|
21 | 22 |
</table> |
23 |
</div> |
|
22 | 24 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/rc/step1.html