]> wagnertech.de Git - timetracker.git/commitdiff
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 75853799c561a2dea48ed7b27d27bf965889005d..fa6d56814993af5c567d6c29fd9e581e2182fac9 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
       <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>
             <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 b6ee95ce92e3e10188df5a82cf3b836cea469896..432159d47f2249d83027a7f9ebe65ed7882a5e59 100644 (file)
   <table>
   <tr>
     <td><input type="button" onclick="chLocation('report_send.php');" value="{$i18n.button.send_by_email}"></td>
   <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>
   </tr>
   </table>
   </td>