A bit of refactoring.
[timetracker.git] / WEB-INF / templates / password_reset.tpl
index 17fe05a..93c5d49 100644 (file)
@@ -2,11 +2,11 @@
 <table cellspacing="4" cellpadding="7" border="0">
   <tr>
     <td>
-      {if $result_message}
+{if $result_message}
       <table cellspacing="4" cellpadding="7" border="0" width="100%">
         <tr><td align="center"><font color="red"><b>{$result_message}</b></font></td></tr>
       </table>
-         {else}
+{else}
       <table>
         <tr>
           <td align="right">{$i18n.label.login}:</td>
@@ -20,8 +20,8 @@
           <td colspan="3" align="center">{$forms.resetPasswordForm.btn_submit.control}</td>
         </tr>
       </table>
-      {/if}
+{/if}
     </td>
   </tr>
 </table>
-{$forms.resetPasswordForm.close}
\ No newline at end of file
+{$forms.resetPasswordForm.close}