]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/cf_dropdown_options.tpl
Implemented attachment edit.
[timetracker.git] / WEB-INF / templates / cf_dropdown_options.tpl
index 2882d92c4c5eb813725b474d4f49c9a98d1d169e..f9dfcd0d723a17afe6ef7235741c0be409479060 100644 (file)
@@ -2,11 +2,10 @@
   function chLocation(newLocation) { document.location = newLocation; }
 </script>
 
-{$forms.dropdownOptionsForm.open}
 <table cellspacing="0" cellpadding="7" border="0" width="720">
   <tr>
     <td valign="top">
-{if $user->canManageTeam()}
+{if $user->can('manage_custom_fields')}
       <table cellspacing="1" cellpadding="3" border="0" width="100%">
         <tr>
           <td width="70%" class="tableHeader">{$i18n.label.thing_name}</td>
@@ -38,4 +37,3 @@
     </td>
   </tr>
 </table>
-{$forms.dropdownOptionsForm.close}