7 <table id="businessmodel_table" class="tbl-list wi-moderate">
8 <caption>[% 'Business Type Model' | $T8 %]</caption>
10 <col class="wi-verytiny">
12 <col class="wi-verytiny">
13 <col class="wi-mediumsmall">
14 <col class="wi-mediumsmall">
15 <col class="wi-mediumsmall">
16 <col class="wi-mediumsmall">
17 <col class="wi-mediumsmall">
21 <th class="center"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
22 <th class="center">[% 'position' | $T8 %]</th>
23 <th class="center"><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]"></th>
25 <th>[% 'Business' | $T8 %]</th>
26 <th>[% 'Business Type Model' | $T8 %]</th>
27 <th>[% 'Part Description' | $T8 %]</th>
28 <th>[% 'Long Description' | $T8 %]</th>
31 <tbody id="businessmodel_rows">
32 [%- FOREACH businessmodel = SELF.part.businessmodels %]
33 [% PROCESS 'part/_businessmodel_row.html' businessmodel=businessmodel %]
41 <th class="right"><span class="label">[% 'Business' | $T8 %]</th>
42 <td>[% P.select_tag('add_businessmodel', SELF.all_businesses, title_key="description", with_empty=1, class="wi-mediumsmall", onchange='kivi.Part.add_businessmodel_row()') %]</td>
43 <td>[% L.button_tag('kivi.Part.add_businessmodel_row()', LxERP.t8('Add')) %]</td>
50 [% L.sortable_element('#businessmodel_rows') %]