X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_custom_fields.tpl;h=7a1b156b2aac48f58557d04b56dbe5862db0f1a8;hb=b01b40bf411268d98c57adb97d111166698eadb8;hp=601c4fc74a9e9b1fda633a188ae0af4e8106e89c;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/cf_custom_fields.tpl b/WEB-INF/templates/cf_custom_fields.tpl index 601c4fc7..7a1b156b 100644 --- a/WEB-INF/templates/cf_custom_fields.tpl +++ b/WEB-INF/templates/cf_custom_fields.tpl @@ -2,8 +2,8 @@
- {if $user->canManageTeam()} - +{if $user->can('manage_custom_fields')} +
@@ -11,29 +11,29 @@ - {if $custom_fields} - {foreach $custom_fields as $field} - - - {if CustomFields::TYPE_TEXT == $field['type']} + {if $custom_fields} + {foreach $custom_fields as $field} + + + {if CustomFields::TYPE_TEXT == $field['type']} - {else if CustomFields::TYPE_DROPDOWN == $field['type']} + {elseif CustomFields::TYPE_DROPDOWN == $field['type']} - {/if} + {/if} - {/foreach} - {/if} + {/foreach} + {/if}
{$i18n.label.thing_name} {$i18n.label.type}{$i18n.label.edit} {$i18n.label.delete}
{$field['label']|escape:'html'}
{$field['label']|escape}{$i18n.label.type_text} {$i18n.label.type_dropdown} {$i18n.label.configure}{$i18n.label.edit} {$i18n.label.delete}
- + -

{$forms.customFieldsForm.btn_add.control}
- {/if} +
+{/if} -{$forms.customFieldsForm.close} \ No newline at end of file +{$forms.customFieldsForm.close}