Split data_entry right into track_time and track_expenses.
[timetracker.git] / WEB-INF / templates / cf_custom_fields.tpl
index 94be51f..51e8376 100644 (file)
         </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>
-      {else if CustomFields::TYPE_DROPDOWN == $field['type']}
+      {elseif CustomFields::TYPE_DROPDOWN == $field['type']}
           <td>{$i18n.label.type_dropdown}</td>
           <td><a href="cf_dropdown_options.php?field_id={$field['id']}">{$i18n.label.configure}</a></td>
       {/if}
@@ -36,4 +36,4 @@
     </td>
   </tr>
 </table>
-{$forms.customFieldsForm.close}
\ No newline at end of file
+{$forms.customFieldsForm.close}