Removed the Mark paid button as I plan to implement this differently.
authorNik Okuntseff <support@anuko.com>
Mon, 22 Jan 2018 16:09:55 +0000 (16:09 +0000)
committerNik Okuntseff <support@anuko.com>
Mon, 22 Jan 2018 16:09:55 +0000 (16:09 +0000)
WEB-INF/templates/footer.tpl
WEB-INF/templates/report.tpl

index 7585379..fa6d568 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.17.0.3775 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.17.0.3776 | 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>
index b6ee95c..432159d 100644 (file)
   <table>
   <tr>
     <td><input type="button" onclick="chLocation('report_send.php');" value="{$i18n.button.send_by_email}"></td>
-{if $bean->getAttribute('paid_status') == 2}
-    <td><input type="button" onclick="chLocation('mark_paid.php');" value="{$i18n.button.mark_paid}"></td>
-{/if}
   </tr>
   </table>
   </td>