Auftrags-Controller: Speichern und schließen, …
[kivitendo-erp.git] / templates / webpages / part / _makemodel.html
index 6f3ecc7..e157977 100644 (file)
@@ -9,14 +9,16 @@
     <td>
       <table id="makemodel_table">
         <thead>
+         <tr>
           <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
           <th class="listheading">[% 'position'     | $T8 %]</th>
           <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
-          <th class="listheading">[% 'Vendor Number' | $T8 %]</th>
+          <th class="listheading" style='width:12em'>[% 'Vendor Number' | $T8 %]</th>
           <th class="listheading">[% 'Vendor'        | $T8 %]</th>
           <th class="listheading">[% 'Model'         | $T8 %]</th>
           <th class="listheading">[% 'Last Cost'     | $T8 %]</th>
           <th class="listheading">[% 'Updated'       | $T8 %]</th>
+         </tr>
         </thead>
         <tbody id="makemodel_rows">
         [% SET listrow = 0 %]
@@ -31,7 +33,7 @@
          <td></td>
          <td></td>
          <td align="right">[% 'Vendor' | $T8 %]</td>
-         <td rowspan="2">[% P.customer_vendor.picker('add_makemodel', '', type='vendor', style='width: 300px', class="add_makemodel_input") %]</td>
+         <td rowspan="2">[% P.customer_vendor.picker('add_makemodel', '', type='vendor', style='width: 300px', class="add_makemodel_input", action={commit_one='kivi.Part.add_makemodel_row'}) %]</td>
          <td rowspan="2" align="right">[% L.button_tag('kivi.Part.add_makemodel_row()', LxERP.t8('Add')) %]</td>
         </tr>
        </tbody>
     </td>
   </tr>
   [% L.sortable_element('#makemodel_rows') %]
-
-  <script type="text/javascript">
-  $(function() {
-
-    $('#makemodel_rows').on('sortstop', function(event, ui) {
-      kivi.Part.makemodel_renumber_positions();
-    });
-
-  })
-  </script>