]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/cf_custom_fields.tpl
Replacing else if with elseif
[timetracker.git] / WEB-INF / templates / cf_custom_fields.tpl
index 94be51f8c0fdae8cb2dd17c9b1d31b1125b61791..9b9266b424fb7f31f459488bc8cf96b1cc1b1c31 100644 (file)
@@ -18,7 +18,7 @@
       {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}