Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 13bd180a

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 13bd180a51ef7b21e8336dbbc256191fcbcfd2a2
  • Vorgänger 9dfede04
  • Nachfolger 8ab352d0

Neues kivitendo Design Aenderungen in templates/webpages/do/..

Unterschiede anzeigen:

templates/webpages/do/orders_bottom.html
1
[% USE HTML %][%- USE T8 -%][%- USE LxERP -%][%- USE P -%]
2
 [% P.hidden_tag("type", type) %]
3
 [% P.hidden_tag("vc", vc) %]
4
 [% P.hidden_tag("rowcount", rowcount) %]
5
 [% P.hidden_tag("callback", callback) %]
1
[% USE HTML %]
2
[% USE T8 %]
3
[% USE LxERP %]
4
[% USE P %]
6 5

  
7
 <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">
8 12
  [% print_options %]
9
 </div>
13
</div>
14

  
10 15
</form>
11 16

  
12 17
<div id="print_dialog" class="hidden">
13
 [%- PROCESS 'common/_print_dialog.html' %]
18
  [% PROCESS 'common/_print_dialog.html' %]
14 19
</div>
15 20
<div id="mass_print_dialog" style="display: none"></div>

Auch abrufbar als: Unified diff