Removed not needed closing tag.
authorNik Okuntseff <support@anuko.com>
Thu, 4 Apr 2019 01:10:08 +0000 (01:10 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 4 Apr 2019 01:10:08 +0000 (01:10 +0000)
WEB-INF/templates/footer.tpl
WEB-INF/templates/header.tpl
images/icon_edit.png [new file with mode: 0644]

index 687d38e..51d0368 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.18.63.4904 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.63.4905 | 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 75ae437..d25f128 100644 (file)
@@ -39,7 +39,7 @@
                     <tr><td height="6" colspan="2"><img width="1" height="6" src="images/1x1.gif" border="0"></td></tr>
                     <tr valign="top">
 {if $user->custom_logo}
-                      <td height="55" align="center"><img alt="Time Tracker" width="300" height="43" src="{$custom_logo}" border="0"></a></td>
+                      <td height="55" align="center"><img alt="Time Tracker" width="300" height="43" src="{$custom_logo}" border="0"></td>
 {else}
                       <td height="55" align="center"><a href="https://www.anuko.com/lp/tt_1.htm" target="_blank"><img alt="Anuko Time Tracker" width="300" height="43" src="images/tt_logo.png" border="0"></a></td>
 {/if}
diff --git a/images/icon_edit.png b/images/icon_edit.png
new file mode 100644 (file)
index 0000000..c7b92fb
Binary files /dev/null and b/images/icon_edit.png differ