]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/part/_makemodel_row.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / part / _makemodel_row.html
1 [% USE T8 %]
2 [% USE L %]
3 [% USE HTML %]
4 [% USE LxERP %]
5
6 <tr class="listrow makemodel_row">
7   <td style='display:none'>
8     [% L.hidden_tag("makemodels[+].make", makemodel.make) %]
9     [% L.hidden_tag("makemodels[].id"   , makemodel.id)   %]
10   </td>
11   <td class="center">
12     [% L.button_tag("kivi.Part.delete_makemodel_row(this)", LxERP.t8("X"), class="neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
13   </td>
14   <td class="center numeric"><span name="position">[% HTML.escape(makemodel.sortorder) %]</span></td>
15   <td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
16   <td>[% makemodel.vendor.vendornumber | html %]</td>
17   <td>[% makemodel.vendor.name         | html %]</td>
18   <td>[% L.input_tag('makemodels[].model', makemodel.model, size=10) %] </td>
19   <td>[% L.input_tag('makemodels[].part_description', makemodel.part_description, size=10) %]</td>
20   <td>[% L.areainput_tag('makemodels[].part_longdescription', makemodel.part_longdescription, size=10) %]</td>
21   <td>
22     [% IF (AUTH.assert('part_service_assembly_edit_prices', 'may_fail')) %]
23       [% L.input_tag('makemodels[].lastcost_as_number', makemodel.lastcost_as_number, class='reformat_number numeric', size=10) %]
24     [% ELSE %]
25      <span class="data numeric">[% makemodel.lastcost_as_number %]</span>
26     [% END %]
27   <td>
28     [% L.hidden_tag('makemodels[].lastupdate', makemodel.lastupdate.to_kivitendo) %]
29     [% makemodel.lastupdate.to_kivitendo | html %]
30   </td>
31 </tr>