Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3fbfa0d4

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 3fbfa0d4a6a7331830dd5fef14008212f8525ab7
  • Vorgänger 8c771308
  • Nachfolger 74494a8a

Neues Design 2019 Standard-Code templates/webpages/do/orders_*

Unterschiede anzeigen:

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