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}
+
+ | {$field['label']|escape:'html'} |
+ {if CustomFields::TYPE_TEXT == $field['type']}
+ {$i18n.label.type_text} |
+ |
+ {else if CustomFields::TYPE_DROPDOWN == $field['type']}
+ {$i18n.label.type_dropdown} |
+ {$i18n.label.configure} |
+ {/if}
+ {$i18n.label.edit} |
+ {$i18n.label.delete} |
+
+ {/foreach}
+ {/if}
+
+
+
+ {$forms.customFieldsForm.btn_add.control} |
+
+ {/if}
+ |
+
+
+{$forms.customFieldsForm.close}
\ No newline at end of file