Revision 87dda13c
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/dunning/show_dunning_top.html | ||
---|---|---|
1 |
<form method="post" action="dn.pl" id="form"> |
|
2 | 1 |
[% USE HTML %] |
3 | 2 |
[% USE LxERP %] |
4 | 3 |
[% USE L %] |
4 |
<form method="post" action="dn.pl" id="form"> |
|
5 | 5 |
|
6 |
<h2>[% LxERP.t8("Print options") %]</h2> |
|
7 |
|
|
8 |
[% L.checkbox_tag("force_lang", label=LxERP.t8('Override invoice language'), checked=force_lang) %] |
|
9 |
[% PRINT_OPTIONS %] |
|
6 |
<div class="wrapper"> |
|
7 |
<div class="col"> |
|
8 |
<table class="tbl-horizontal"> |
|
9 |
<caption>[% LxERP.t8("Print options") %]</caption> |
|
10 |
<colgroup> <col class="wi-small"><col class="wi-lightwide"> </colgroup> |
|
11 |
<tbody> |
|
12 |
<tr> |
|
13 |
<th></th> |
|
14 |
<td>[% L.checkbox_tag("force_lang", label=LxERP.t8('Override invoice language'), checked=force_lang) %]</td> |
|
15 |
</tr> |
|
16 |
</tbody> |
|
17 |
</table> |
|
18 |
[% PRINT_OPTIONS %] |
|
19 |
</div><!-- /.col --> |
|
20 |
</div><!-- /.wrapper --> |
|
10 | 21 |
|
22 |
<div class="wrapper"> |
|
11 | 23 |
<h2>[% LxERP.t8("Dunnings") %]</h2> |
24 |
</div> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/dunning/show_dunning_top.html