TODO-Liste: Preisanfragen und Angebote richtig anzeigen.
[kivitendo-erp.git] / templates / webpages / oe / sales_order_master.html
index b709652..fef5c4b 100644 (file)
@@ -10,8 +10,8 @@
    </tr>
 
    [% FOREACH row = ROWS %]
-     <tr valign="top" class="listrow[% loop.count % 2 %]">[% FOREACH row1 = row.ROW1 %]
-      <td align="[% row1.align %]">[% row1.value %]</td>[% END %]
+     <tr valign="top" class="[% IF row.error %]error_message[% ELSE %]listrow[% loop.count % 2 %][% END %]">[% FOREACH row1 = row.ROW1 %]
+      <td align="[% row1.align %]"[% IF row1.nowrap %] nowrap[% END %]>[% row1.value %]</td>[% END %]
      </tr>
 
      [% FOREACH hidden = row.HIDDENS %][% hidden.value %]