]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/cf_custom_fields.tpl
Modified database schema to include paid status on fav reports.
[timetracker.git] / WEB-INF / templates / cf_custom_fields.tpl
index 54be19d2834eaa7e9485b3739912d1875b844b76..51e83769c3c8f163edff35151941280978df8386 100644 (file)
@@ -13,7 +13,7 @@
         </tr>
   {if $custom_fields}
     {foreach $custom_fields as $field}
-        <tr bgcolor="{cycle values="#f5f5f5,#dedee5"}">
+        <tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
           <td>{$field['label']|escape}</td>
       {if CustomFields::TYPE_TEXT == $field['type']}
           <td>{$i18n.label.type_text}</td>