X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/098a79f0819ebb89b7d48df4a6b154af4560f68e..9a23a8c0a51b7ec38a96f525484134f3cb85dc7e:/WEB-INF/templates/cf_custom_fields.tpl diff --git a/WEB-INF/templates/cf_custom_fields.tpl b/WEB-INF/templates/cf_custom_fields.tpl new file mode 100644 index 00000000..601c4fc7 --- /dev/null +++ b/WEB-INF/templates/cf_custom_fields.tpl @@ -0,0 +1,39 @@ +{$forms.customFieldsForm.open} + + + + +
+ {if $user->canManageTeam()} + + + + + + + + + {if $custom_fields} + {foreach $custom_fields as $field} + + + {if CustomFields::TYPE_TEXT == $field['type']} + + + {else if CustomFields::TYPE_DROPDOWN == $field['type']} + + + {/if} + + + + {/foreach} + {/if} +
{$i18n.label.thing_name}{$i18n.label.type}{$i18n.menu.options}{$i18n.label.edit}{$i18n.label.delete}
{$field['label']|escape:'html'}{$i18n.label.type_text}{$i18n.label.type_dropdown}{$i18n.label.configure}{$i18n.label.edit}{$i18n.label.delete}
+ + + +

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