Part: makemodels und customerprices automatisch stripen
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 8 Jan 2018 15:25:32 +0000 (16:25 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 8 Jan 2018 17:02:26 +0000 (18:02 +0100)
templates/webpages/part/_customerprice_row.html
templates/webpages/part/_makemodel_row.html

index 00ec8f0..5888bba 100644 (file)
@@ -2,7 +2,7 @@
 [%- USE L %]
 [%- USE HTML %]
 [%- USE LxERP %]
-        <tr class="listrow[% listrow % 2 %] customerprice_row">
+        <tr class="listrow customerprice_row">
          <td style='display:none'>
          [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
          [% L.hidden_tag("customerprices[].id"   , customerprice.id) %]
index 07ecd3f..8e7308c 100644 (file)
@@ -2,7 +2,7 @@
 [%- USE L %]
 [%- USE HTML %]
 [%- USE LxERP %]
-        <tr class="listrow[% listrow % 2 %] makemodel_row">
+        <tr class="listrow makemodel_row">
          <td style='display:none'>
          [% L.hidden_tag("makemodels[+].make", makemodel.make) %]
          [% L.hidden_tag("makemodels[].id"   , makemodel.id) %]