]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/report.tpl
Removed the Mark paid button as I plan to implement this differently.
[timetracker.git] / WEB-INF / templates / report.tpl
index b6ee95ce92e3e10188df5a82cf3b836cea469896..432159d47f2249d83027a7f9ebe65ed7882a5e59 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>