X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_dropdown_options.tpl;h=f9dfcd0d723a17afe6ef7235741c0be409479060;hb=024e938728d2b436f1f048531d8fd00a246920c6;hp=61a40435e0e111921ed62f57af7c734356460e35;hpb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;p=timetracker.git diff --git a/WEB-INF/templates/cf_dropdown_options.tpl b/WEB-INF/templates/cf_dropdown_options.tpl index 61a40435..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,7 +14,7 @@ {if $options} {foreach $options as $key=>$val} - + @@ -29,7 +28,7 @@ @@ -38,4 +37,3 @@
{$i18n.label.thing_name}
{$val|escape} {$i18n.label.edit} {$i18n.label.delete}
- +
-{$forms.dropdownOptionsForm.close}