Rechnungsmaske: "Browser-Zurück verhindern" konfigurierbar in Mandantenkonfig
[kivitendo-erp.git] / templates / webpages / part / _multi_items_result.html
index 7a710fb..dc12aca 100644 (file)
@@ -1,23 +1,23 @@
 [%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %][% USE P %]
 
 <table id="multi_items">
-    <tr>
+    <tr class="listheading">
       <td>[% 'for all' | $T8 %]
       <td>[% L.input_tag("multi_items.all_qty", '', size = 5, class='numeric') %]</td>
     </tr>
     <tr>
-      <td colspan="5"><hr></td>
+      <td colspan="6"><hr></td>
     </tr>
     <tr>
       <th></th>
-      <th>[% 'Qty'       | $T8 %]</th>
-      <th>[% 'Unit'      | $T8 %]</th>
-      <th>[% 'Article'   | $T8 %]</th>
-      <th>[% 'Sellprice' | $T8 %]</th>
+      <th>[% 'Qty'        | $T8 %]</th>
+      <th>[% 'Unit'       | $T8 %]</th>
+      <th>[% 'Article'    | $T8 %]</th>
+      <th>[% 'Sellprice'  | $T8 %]</th>
       <th>[% 'Partsgroup' | $T8 %]</th>
     </tr>
   [%- FOREACH item = multi_items %]
-    <tr>
+    <tr class="listrow">
       <td></td>
       <td>
         [% L.hidden_tag("add_items[+].parts_id", item.id) %]