Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7ce093c0

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

  • ID 7ce093c0712a5fdafbcbbb8b6043e227ba80b25a
  • Vorgänger 2641a546
  • Nachfolger d53e6c7e

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

Unterschiede anzeigen:

templates/webpages/common/_print_dialog.html
1
[%- USE LxERP -%][%- USE L -%]
1
[% USE LxERP %]
2
[% USE L %]
3

  
2 4
<div id="print_dialog_print_options"></div>
3 5

  
4
<p>
6
<div class="buttons">
5 7
 [% L.button_tag("kivi.SalesPurchase.print_record()", LxERP.t8("Print"), id="print_dialog_print_button") %]
6
 [% L.button_tag("\$('#print_dialog').dialog('close');", LxERP.t8("Abort"), id="print_dialog_abort_button") %]
7
</p>
8
 [% L.button_tag("\$('#print_dialog').dialog('close');", LxERP.t8("Abort"), id="print_dialog_abort_button", class="neutral") %]
9
</div>

Auch abrufbar als: Unified diff