Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 06c506bc

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

  • ID 06c506bc1dddfd00a5ddba7cc6bc0fbc5a33650e
  • Vorgänger aa8106e2
  • Nachfolger 8a721ec3

Design40: Lieferantenartikelnummer/Kundenartikelnummern: Tabellen angeglichen

Unterschiede anzeigen:

templates/design40_webpages/part/_customerprice_row.html
8 8
    [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
9 9
    [% L.hidden_tag("customerprices[].id"   , customerprice.id) %]
10 10
  </td>
11
  <td>[% L.button_tag("kivi.Part.delete_customerprice_row(this)", "✕", class="wi-verytiny neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]</td>
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?")) %]
13
  </td>
12 14
  <td class="center numeric"><span name="position">[% HTML.escape(customerprice.sortorder) %]</span></td>
13 15
  <td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
14 16
  <td>[% customerprice.customer.customernumber | html %]</td>
templates/design40_webpages/part/_customerprices.html
31 31
   <td></td>
32 32
   <td></td>
33 33
   <td></td>
34
   <th>[% 'Search & Add Customer' | $T8 %]</th>
34
   <th class="right"><span class="label">[% 'Search & Add Customer' | $T8 %]</span></th>
35 35
   <td>[% P.customer_vendor.customer_picker('add_customerprice', '', class="add_customerprice_input wi-small tooltipstered tooltipster-html", action={commit_one='kivi.Part.add_customerprice_row'}, title=LxERP.t8("Search customer by name and add by selecting")) %]</td>
36 36
   <td>[% L.button_tag('kivi.Part.add_customerprice_row()', LxERP.t8('Add')) %]</td>
37 37
   <td colspan="4"></td>
templates/design40_webpages/part/_makemodel.html
4 4
[% USE HTML %]
5 5
[% USE LxERP %]
6 6

  
7
<table id="makemodel_table" class="tbl-list">
7
<table id="makemodel_table" class="tbl-list wi-moderate">
8 8
  <caption>[% 'Makemodel Price' | $T8 %]</caption>
9 9
  <thead>
10 10
    <tr>
11 11
      <th class="center"><img src="image/close.png" alt="[% LxERP.t8('delete item') %]"></th>
12
      <th>[% 'position'      | $T8 %]</th>
12
      <th class="center">[% 'position'      | $T8 %]</th>
13 13
      <th class="center"><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]"></th>
14 14
      <th>[% 'Vendor Number'    | $T8 %]</th>
15 15
      <th>[% 'Vendor'           | $T8 %]</th>
templates/design40_webpages/part/_makemodel_row.html
4 4
[% USE LxERP %]
5 5

  
6 6
<tr class="listrow makemodel_row">
7
  <td class="center">
7
  <td style='display:none'>
8 8
    [% L.hidden_tag("makemodels[+].make", makemodel.make) %]
9 9
    [% L.hidden_tag("makemodels[].id"   , makemodel.id)   %]
10
  </td>
11
  <td class="center">
10 12
    [% L.button_tag("kivi.Part.delete_makemodel_row(this)", LxERP.t8("X"), class="wi-verytiny neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
11 13
  </td>
12
  <td><span name="position" class="numeric">[% HTML.escape(makemodel.sortorder) %]</span></td>
14
  <td class="center numeric"><span name="position">[% HTML.escape(makemodel.sortorder) %]</span></td>
13 15
  <td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
14 16
  <td>[% makemodel.vendor.vendornumber | html %]</td>
15 17
  <td>[% makemodel.vendor.name         | html %]</td>

Auch abrufbar als: Unified diff