Part-Controller: HTML-Template: vergessene table rows
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 11 Feb 2020 13:33:59 +0000 (14:33 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 11 Feb 2020 13:33:59 +0000 (14:33 +0100)
templates/webpages/part/_customerprices.html
templates/webpages/part/_makemodel.html

index b9ffd47..3f7eeb6 100644 (file)
@@ -8,6 +8,7 @@
     <td>
       <table id="customerprice_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>
@@ -16,6 +17,7 @@
           <th class="listheading">[% 'Customer Part Number' | $T8 %]</th>
           <th class="listheading">[% 'Customer Price'       | $T8 %]</th>
           <th class="listheading">[% 'Updated'              | $T8 %]</th>
+         </tr>
         </thead>
         <tbody id="customerprice_rows">
         [% SET listrow = 0 %]
index e56a886..e157977 100644 (file)
@@ -9,6 +9,7 @@
     <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>
@@ -17,6 +18,7 @@
           <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 %]