X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_dropdown_options.tpl;h=b920d733e3e9496da1ba0644d5e80ce8c5adc68f;hb=13cfff28242767287408e8fd13d992bc6c6e2086;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..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} \ No newline at end of file