X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fcf_dropdown_options.tpl;h=b920d733e3e9496da1ba0644d5e80ce8c5adc68f;hb=c0ea44b2e8a3fde385982b580a0f924be4b711cf;hp=ba15a416ff10ae6aa3bf7d5f948f8984a2f809f6;hpb=813f43a9406fb5adfb8c6e89cd97b06a11da58c9;p=timetracker.git diff --git a/WEB-INF/templates/cf_dropdown_options.tpl b/WEB-INF/templates/cf_dropdown_options.tpl index ba15a416..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->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}