Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8b70293b

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID 8b70293b3639b4215fcd2b25669dd6b4d9d206a5
  • Vorgänger 1556942a
  • Nachfolger 6c2c837a

Design40: Lieferanten-/Kunden-/-Typ-spez. Artikelnummern: Tabellen mit colgroup

Unterschiede anzeigen:

templates/design40_webpages/part/_customerprice_row.html
9 9
    [% L.hidden_tag("customerprices[].id"   , customerprice.id) %]
10 10
  </td>
11 11
  <td class="center">
12
    [% L.button_tag("kivi.Part.delete_customerprice_row(this)", LxERP.t8("X"), class="wi-verytiny neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
12
    [% L.button_tag("kivi.Part.delete_customerprice_row(this)", LxERP.t8("X"), class="neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
13 13
  </td>
14 14
  <td class="center numeric"><span name="position">[% HTML.escape(customerprice.sortorder) %]</span></td>
15 15
  <td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
16 16
  <td>[% customerprice.customer.customernumber | html %]</td>
17 17
  <td>[% customerprice.customer.name         | html %]</td>
18
  <td>[% L.input_tag('customerprices[].customer_partnumber'     , customerprice.customer_partnumber , class='wi-mediumsmall', size=10) %]</td>
19
  <td>[% L.input_tag('customerprices[].part_description'        , customerprice.part_description    , class='wi-mediumsmall', size=10) %]</td>
20
  <td>[% L.areainput_tag('customerprices[].part_longdescription', customerprice.part_longdescription, class='wi-mediumsmall', size=10) %]</td>
21
  <td>[% L.input_tag('customerprices[].price_as_number'         , customerprice.price_as_number     , class="wi-small reformat_number numeric", size=10) %]</td>
18
  <td>[% L.input_tag('customerprices[].customer_partnumber'     , customerprice.customer_partnumber , size=10) %]</td>
19
  <td>[% L.input_tag('customerprices[].part_description'        , customerprice.part_description    , size=10) %]</td>
20
  <td>[% L.areainput_tag('customerprices[].part_longdescription', customerprice.part_longdescription, size=10) %]</td>
21
  <td>[% L.input_tag('customerprices[].price_as_number'         , customerprice.price_as_number     , class="reformat_number numeric", size=10) %]</td>
22 22
  <td>[% L.hidden_tag('customerprices[].lastupdate'             , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]</td>
23 23
</tr>

Auch abrufbar als: Unified diff