X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_dropdown_options.tpl;h=f9dfcd0d723a17afe6ef7235741c0be409479060;hb=34b3357dfc1ca05c99308f0dab5f7a6f59ea8aa4;hp=833cd7c10aabcddadedb734efd1eaefae2f7b414;hpb=0dcf21723daf12934f4977fcf24a0e1b1bff8021;p=timetracker.git diff --git a/WEB-INF/templates/cf_dropdown_options.tpl b/WEB-INF/templates/cf_dropdown_options.tpl index 833cd7c1..f9dfcd0d 100644 --- a/WEB-INF/templates/cf_dropdown_options.tpl +++ b/WEB-INF/templates/cf_dropdown_options.tpl @@ -2,11 +2,10 @@ function chLocation(newLocation) { document.location = newLocation; } -{$forms.dropdownOptionsForm.open}
-{if $user->canManageTeam()} +{if $user->can('manage_custom_fields')} @@ -15,8 +14,8 @@ {if $options} {foreach $options as $key=>$val} - - + + @@ -29,7 +28,7 @@ @@ -38,4 +37,3 @@
{$i18n.label.thing_name}
{$val|escape:'html'}
{$val|escape} {$i18n.label.edit} {$i18n.label.delete}

- +
-{$forms.dropdownOptionsForm.close} \ No newline at end of file