Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5af1f24c

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

  • ID 5af1f24cd01c34d382922da9d7f9f140f493a73b
  • Vorgänger dfaa036e
  • Nachfolger 43a5f43b

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