Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0935b012

Von Bernd Bleßmann vor etwa 8 Jahren hinzugefügt

  • ID 0935b012a57196f883b59ec97bb7fe0882210c5a
  • Vorgänger d8a1906b
  • Nachfolger e09f2da3

Auftrags-Controller: javascript-Code in eigene Datei auslagern

Unterschiede anzeigen:

templates/webpages/order/tabs/_row.html
20 20
      <img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]" class="dragdrop">
21 21
    </td>
22 22
    <td align="center">
23
      [%- L.button_tag("delete_order_item_row(this)",
23
      [%- L.button_tag("kivi.Order.delete_order_item_row(this)",
24 24
                       LxERP.t8("X"),
25 25
                       confirm=LxERP.t8("Are you sure?")) %]
26 26
    </td>
......
31 31
      [% L.input_tag("order.orderitems[].description",
32 32
                     ITEM.description,
33 33
                     style='width: 300px') %]
34
      [%- L.button_tag("show_longdescription_dialog(this)", LxERP.t8("L")) %]
34
      [%- L.button_tag("kivi.Order.show_longdescription_dialog(this)", LxERP.t8("L")) %]
35 35
    </td>
36 36
    <td>
37 37
      [%- L.input_tag("order.orderitems[].qty_as_number",
......
56 56
                      class = 'unitselect') %]
57 57
    </td>
58 58
    <td>
59
      [%- L.button_tag("price_chooser_item_row(this)",
59
      [%- L.button_tag("kivi.Order.price_chooser_item_row(this)",
60 60
                       ITEM.active_price_source.source_description _ ' | ' _ ITEM.active_discount_source.source_description,
61 61
                       name = "price_chooser_button") %]
62 62
    </td>

Auch abrufbar als: Unified diff