X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_dropdown_options.tpl;h=b920d733e3e9496da1ba0644d5e80ce8c5adc68f;hb=cdd2e058776a3d0dc9b6f32a2d5d33e4f9388491;hp=2882d92c4c5eb813725b474d4f49c9a98d1d169e;hpb=cdb0911b4f72d4bb1df7cd82f2bce0d9ab1579b0;p=timetracker.git diff --git a/WEB-INF/templates/cf_dropdown_options.tpl b/WEB-INF/templates/cf_dropdown_options.tpl index 2882d92c..b920d733 100644 --- a/WEB-INF/templates/cf_dropdown_options.tpl +++ b/WEB-INF/templates/cf_dropdown_options.tpl @@ -2,23 +2,22 @@ function chLocation(newLocation) { document.location = newLocation; } -{$forms.dropdownOptionsForm.open}
-{if $user->canManageTeam()} +{if $user->can('manage_custom_fields')} - - - + + + {if $options} {foreach $options as $key=>$val} - - + + {/foreach} {/if} @@ -38,4 +37,3 @@
{$i18n.label.thing_name}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}
{$val|escape}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}
-{$forms.dropdownOptionsForm.close}