X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_custom_fields.tpl;h=e64f181572bff5580cad0894461fbe26333d9352;hb=db25f950841ee874795d4b9605f8ae2347aaf4f1;hp=5d254e9cc616f49cc439b9827eacbbc1ec6f494d;hpb=770d560338b34e0a869c78778d0cd838905fb192;p=timetracker.git diff --git a/WEB-INF/templates/cf_custom_fields.tpl b/WEB-INF/templates/cf_custom_fields.tpl index 5d254e9c..e64f1815 100644 --- a/WEB-INF/templates/cf_custom_fields.tpl +++ b/WEB-INF/templates/cf_custom_fields.tpl @@ -5,7 +5,8 @@ {if $user->can('manage_custom_fields')} - + + @@ -15,6 +16,13 @@ {foreach $custom_fields as $field} + {if CustomFields::ENTITY_TIME == $field['entity_type']} + + {elseif CustomFields::ENTITY_USER == $field['entity_type']} + + {else} + + {/if} {if CustomFields::TYPE_TEXT == $field['type']}
{$i18n.label.thing_name}{$i18n.label.thing_name}{$i18n.label.entity} {$i18n.label.type} {$i18n.menu.options}
{$field['label']|escape}{$i18n.entity.time}{$i18n.entity.user}{$i18n.label.type_text}