]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/price_row.html
customernotes auch als notes Form Variable(fixmaster)
[mfinanz.git] / templates / webpages / ic / price_row.html
index 09a7b6e61050f0b0e1c6a9630da5f8b002834f1d..10f4b5b58daab8cb85b629e243a6826cc656b1c7 100644 (file)
@@ -6,13 +6,13 @@
     <td>
       <table width=100%>
         <tr>
-          <th class="listheading">[% 'Preisklasse' | $T8 %]</th>
-          <th class="listheading">[% 'Preis' | $T8 %]</th>
+          <th class="listheading">[% 'Price group' | $T8 %]</th>
+          <th class="listheading">[% 'Price' | $T8 %]</th>
         </tr>
 [%- FOREACH row = PRICES %]
-        <tr>
+        <tr class="listrow[% loop.count % 2 %]">
           <td width=50%><input type=hidden name="pricegroup_[% loop.count %]" size=30  value="[% HTML.escape(row.pricegroup) %]">[% HTML.escape(row.pricegroup) %]</td>
-          <td width=50%><input name="price_[% loop.count %]" size=11 value="[% LxERP.format_amount(row.price, -2) %]"></td>
+          <td width=50%><input name="price_[% loop.count %]" size=11 value="[% LxERP.format_amount(row.price, 2) %]"></td>
           <input type="hidden" name="pricegroup_id_[% loop.count %]" value="[% HTML.escape(row.pricegroup_id) %]">
         </tr>
 [%- END %]