X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_dropdown_options.tpl;h=b920d733e3e9496da1ba0644d5e80ce8c5adc68f;hb=2b39252b38f5bd1be462224fe781a40f5b0ddf95;hp=4446353ff26b28bc4e8bac80810bb3ca42cd048f;hpb=5519f0c3855c71a81442f3da1d135df89f1baf71;p=timetracker.git diff --git a/WEB-INF/templates/cf_dropdown_options.tpl b/WEB-INF/templates/cf_dropdown_options.tpl index 4446353f..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} @@ -29,7 +28,7 @@ @@ -38,4 +37,3 @@
{$i18n.label.thing_name}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}
{$val|escape:'html'}{$i18n.label.edit}{$i18n.label.delete}
{$val|escape}{$i18n.label.edit}{$i18n.label.delete}

- +
-{$forms.dropdownOptionsForm.close}