X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_custom_fields.tpl;h=54be19d2834eaa7e9485b3739912d1875b844b76;hb=57fee3137bba95e2a9f07035f7208d4dbf9b65cd;hp=94be51f8c0fdae8cb2dd17c9b1d31b1125b61791;hpb=0dcf21723daf12934f4977fcf24a0e1b1bff8021;p=timetracker.git diff --git a/WEB-INF/templates/cf_custom_fields.tpl b/WEB-INF/templates/cf_custom_fields.tpl index 94be51f8..54be19d2 100644 --- a/WEB-INF/templates/cf_custom_fields.tpl +++ b/WEB-INF/templates/cf_custom_fields.tpl @@ -14,11 +14,11 @@ {if $custom_fields} {foreach $custom_fields as $field} - {$field['label']|escape:'html'} + {$field['label']|escape} {if CustomFields::TYPE_TEXT == $field['type']} {$i18n.label.type_text} - {else if CustomFields::TYPE_DROPDOWN == $field['type']} + {elseif CustomFields::TYPE_DROPDOWN == $field['type']} {$i18n.label.type_dropdown} {$i18n.label.configure} {/if} @@ -36,4 +36,4 @@ -{$forms.customFieldsForm.close} \ No newline at end of file +{$forms.customFieldsForm.close}