Cosmetic changes to test automatic deployment script
authorNik Okuntseff <support@anuko.com>
Sat, 19 Mar 2016 19:15:17 +0000 (12:15 -0700)
committerNik Okuntseff <support@anuko.com>
Sat, 19 Mar 2016 19:15:17 +0000 (12:15 -0700)
WEB-INF/templates/footer.tpl
expense_delete.php

index 1e8961b..48deb7e 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.9.16.3420 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.16.3422 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
@@ -25,4 +25,4 @@
   </tr>
 </table>
 </body>
-</html>
\ No newline at end of file
+</html>
index 7100d08..bb8f559 100644 (file)
@@ -48,7 +48,7 @@ if ($request->getMethod() == 'POST') {
   
     // Determine if it's okay to delete the record.
 
-       // Determine lock date.
+    // Determine lock date.
     $lock_interval = $user->lock_interval;
     $lockdate = 0;
     if ($lock_interval > 0) {
@@ -72,8 +72,8 @@ if ($request->getMethod() == 'POST') {
     }
   }
   if ($request->getParameter('cancel_button')) { // Cancel button pressed.
-       header('Location: expenses.php');
-       exit();
+    header('Location: expenses.php');
+    exit();
   }
 }
                
@@ -87,3 +87,4 @@ $smarty->assign('forms', array($form->getName() => $form->toArray()));
 $smarty->assign('title', $i18n->getKey('title.delete_expense'));
 $smarty->assign('content_page_name', 'expense_delete.tpl');
 $smarty->display('index.tpl');
+