Revision 12a17f8f
Von Hans Peter Schlaepfer vor fast 6 Jahren hinzugefügt
templates/webpages/rc/step1.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 |
[%- USE L %] |
|
4 |
[%- USE LxERP %] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE L %] |
|
4 |
[% USE LxERP %] |
|
5 |
|
|
5 | 6 |
<h1>[% 'Reconciliation' | $T8 %]</h1> |
6 | 7 |
|
7 | 8 |
<form method="post" action="rc.pl" id="form"> |
9 |
<div class="wrapper"> |
|
8 | 10 |
|
9 |
<table> |
|
10 |
<tr>
|
|
11 |
<th align=right nowrap>[% 'Account' | $T8 %]</th>
|
|
12 |
<td colspan=3>[% L.select_tag('accno', PR, value_title_sub=\selection_sub) %]</td>
|
|
13 |
</tr>
|
|
14 |
<tr>
|
|
15 |
<th align=right>[% 'From' | $T8 %]</th>
|
|
16 |
<td>[% L.date_tag('fromdate') %]</td>
|
|
17 |
<th align=right>[% 'Until' | $T8 %]</th>
|
|
18 |
<td>[% L.date_tag('todate') %]</td>
|
|
19 |
</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>
|
|
20 | 22 |
</table> |
23 |
</div> |
|
21 | 24 |
</form> |
Auch abrufbar als: Unified diff
Neues kivitendo Design restliche Aenderungen in templates/webpages/r*
Dateien rc/* record_links/* record_template/* report_generator/*