Revision ac606e18
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/part/_customerprice_row.html | ||
---|---|---|
13 | 13 |
<td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td> |
14 | 14 |
<td>[% customerprice.customer.customernumber | html %]</td> |
15 | 15 |
<td>[% customerprice.customer.name | html %]</td> |
16 |
<td>[% L.input_tag('customerprices[].customer_partnumber', customerprice.customer_partnumber, class='wi-mediumsmall', size=10 ) %]</td>
|
|
16 |
<td>[% L.input_tag('customerprices[].customer_partnumber', customerprice.customer_partnumber, class='wi-mediumsmall', size=10) %]</td> |
|
17 | 17 |
<td>[% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , class="wi-small reformat_number numeric", size=10) %]</td> |
18 |
<td>[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]</td>
|
|
18 |
<td>[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]</td> |
|
19 | 19 |
</tr> |
templates/design40_webpages/part/_makemodel_row.html | ||
---|---|---|
13 | 13 |
<td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td> |
14 | 14 |
<td>[% makemodel.vendor.vendornumber | html %]</td> |
15 | 15 |
<td>[% makemodel.vendor.name | html %]</td> |
16 |
<td>[% L.input_tag('makemodels[].model', makemodel.model, class='wi-mediumsmall', size=10 ) %] </td>
|
|
17 |
<td>[% L.input_tag('makemodels[].part_description', makemodel.part_description, class='wi-mediumsmall', size=10 ) %]</td>
|
|
16 |
<td>[% L.input_tag('makemodels[].model', makemodel.model, class='wi-mediumsmall', size=10) %] </td> |
|
17 |
<td>[% L.input_tag('makemodels[].part_description', makemodel.part_description, class='wi-mediumsmall', size=10) %]</td> |
|
18 | 18 |
<td>[% L.input_tag('makemodels[].lastcost_as_number', makemodel.lastcost_as_number, class='reformat_number numeric wi-small', size=10) %] </td> |
19 | 19 |
<td> |
20 |
[% L.hidden_tag('makemodels[].lastupdate' , makemodel.lastupdate.to_kivitendo) %]
|
|
20 |
[% L.hidden_tag('makemodels[].lastupdate', makemodel.lastupdate.to_kivitendo) %] |
|
21 | 21 |
[% makemodel.lastupdate.to_kivitendo | html %] |
22 | 22 |
</td> |
23 | 23 |
</tr> |
templates/webpages/part/_customerprice_row.html | ||
---|---|---|
19 | 19 |
<td>[% customerprice.customer.name | html %] </td> |
20 | 20 |
<td>[% L.input_tag('customerprices[].customer_partnumber', customerprice.customer_partnumber, size=30 ) %]</td> |
21 | 21 |
<td>[% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , size=15 , class="reformat_number numeric") %]</td> |
22 |
<td>[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]</td>
|
|
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
Kosmetik: Ausrichtung