X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Ftemplates%2Fcf_dropdown_options.tpl;h=b920d733e3e9496da1ba0644d5e80ce8c5adc68f;hb=2a2bb2cc8f9551d1e93de2d34e27b21201f9e44a;hp=32d1aab7448dd183ee6423bab1ea6425f8ec9948;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/cf_dropdown_options.tpl b/WEB-INF/templates/cf_dropdown_options.tpl index 32d1aab7..b920d733 100644 --- a/WEB-INF/templates/cf_dropdown_options.tpl +++ b/WEB-INF/templates/cf_dropdown_options.tpl @@ -2,40 +2,38 @@ 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} - - - - + {if $options} + {foreach $options as $key=>$val} + + + + - {/foreach} - {/if} + {/foreach} + {/if}
{$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}
- +

- +
- {/if} +{/if}
-{$forms.dropdownOptionsForm.close} \ No newline at end of file