Work in progress adding checks for enabled plugins for pages.
[timetracker.git] / WEB-INF / templates / cf_custom_field_edit.tpl
index 4c312ed..44669a1 100644 (file)
@@ -2,7 +2,7 @@
 <table cellspacing="4" cellpadding="7" border="0">
   <tr>
     <td>
-      {if $user->canManageTeam()}
+{if $user->canManageTeam()}
       <table cellspacing="1" cellpadding="2" border="0">
         <tr>
           <td align="right">{$i18n.label.thing_name} (*):</td>
@@ -24,7 +24,7 @@
           <td colspan="2" align="center" height="50">{$forms.fieldForm.btn_save.control}</td>
         </tr>
       </table>
-      {/if}
+{/if}
     </td>
   </tr>
 </table>