]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/cf_custom_fields.tpl
Added attachment capability to time records.
[timetracker.git] / WEB-INF / templates / cf_custom_fields.tpl
index 9b9266b424fb7f31f459488bc8cf96b1cc1b1c31..7a1b156b2aac48f58557d04b56dbe5862db0f1a8 100644 (file)
@@ -2,7 +2,7 @@
 <table cellspacing="0" cellpadding="7" border="0" width="720">
   <tr>
     <td valign="top">
-{if $user->canManageTeam()}
+{if $user->can('manage_custom_fields')}
       <table cellspacing="1" cellpadding="3" border="0" width="100%">
         <tr>
           <td width="50%" class="tableHeader">{$i18n.label.thing_name}</td>
@@ -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>
@@ -36,4 +36,4 @@
     </td>
   </tr>
 </table>
-{$forms.customFieldsForm.close}
\ No newline at end of file
+{$forms.customFieldsForm.close}