Refactoring: renamed a few variables for consistency.
[timetracker.git] / WEB-INF / templates / cf_dropdown_option_delete.tpl
index 0e60c96..214306a 100644 (file)
@@ -2,7 +2,7 @@
 <table cellspacing="4" cellpadding="7" border="0">
   <tr>
     <td>
-      {if $user->canManageTeam()}
+{if $user->canManageTeam()}
       <table cellspacing="0" cellpadding="0" border="0">
         <tr>
           <td colspan="2" align="center"><b>{$option|escape:'html'}</b></td>
@@ -15,7 +15,7 @@
           <td align="left">&nbsp;{$forms.optionDeleteForm.btn_cancel.control}</td>
         </tr>
       </table>
-      {/if}
+{/if}
     </td>
   </tr>
 </table>