Revision a3dd425b
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/do/orders_bottom.html | ||
---|---|---|
1 |
[% P.hidden_tag("type", type) %] |
|
2 |
[% P.hidden_tag("vc", vc) %] |
|
3 |
[% P.hidden_tag("rowcount", rowcount) %] |
|
4 |
[% P.hidden_tag("callback", callback) %] |
|
5 | 1 |
[% USE HTML %] |
6 | 2 |
[% USE T8 %] |
7 | 3 |
[% USE LxERP %] |
8 | 4 |
[% USE P %] |
9 | 5 |
|
10 |
<div id="print_options" class="hidden"> |
|
6 |
[% P.hidden_tag("type", type) %] |
|
7 |
[% P.hidden_tag("vc", vc) %] |
|
8 |
[% P.hidden_tag("rowcount", rowcount) %] |
|
9 |
[% P.hidden_tag("callback", callback) %] |
|
10 |
|
|
11 |
<div id="print_options" class="hidden"> |
|
11 | 12 |
[% print_options %] |
12 |
</div> |
|
13 |
</div> |
|
14 |
|
|
13 | 15 |
</form> |
14 | 16 |
|
15 | 17 |
<div id="print_dialog" class="hidden"> |
16 |
[%- PROCESS 'common/_print_dialog.html' %]
|
|
18 |
[% PROCESS 'common/_print_dialog.html' %]
|
|
17 | 19 |
</div> |
18 | 20 |
<div id="mass_print_dialog" style="display: none"></div> |
templates/webpages/do/orders_top.html | ||
---|---|---|
1 |
[%- INCLUDE 'common/flash.html' %]
|
|
1 |
[% INCLUDE 'common/flash.html' %] |
|
2 | 2 |
<form method="post" action="do.pl" id="form"> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/do/orders_*