Fixed dropdown population script in week view.
[timetracker.git] / WEB-INF / templates / cf_custom_fields.tpl
index 4a21d5b..51e8376 100644 (file)
@@ -13,8 +13,8 @@
         </tr>
   {if $custom_fields}
     {foreach $custom_fields as $field}
-        <tr bgcolor="{cycle values="#f5f5f5,#dedee5"}">
-          <td>{$field['label']|escape:'html'}</td>
+        <tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
+          <td>{$field['label']|escape}</td>
       {if CustomFields::TYPE_TEXT == $field['type']}
           <td>{$i18n.label.type_text}</td>
           <td></td>