From: Nik Okuntseff <support@anuko.com>
Date: Sat, 6 Apr 2019 13:41:10 +0000 (+0000)
Subject: Switched to using icons on entity_files.tpl.
X-Git-Tag: timetracker_1.19-1~124
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=26478b50a04a985f87dd308838f07548ce0c37b2;p=timetracker.git

Switched to using icons on entity_files.tpl.
---

diff --git a/WEB-INF/templates/entity_files.tpl b/WEB-INF/templates/entity_files.tpl
index f373815f..fc552b24 100644
--- a/WEB-INF/templates/entity_files.tpl
+++ b/WEB-INF/templates/entity_files.tpl
@@ -3,11 +3,11 @@
     <td valign="top">
       <table cellspacing="1" cellpadding="3" border="0" width="100%">
         <tr>
-          <td width="35%" class="tableHeader">{$i18n.label.thing_name}</td>
-          <td width="35%" class="tableHeader">{$i18n.label.description}</td>
+          <td width="40%" class="tableHeader">{$i18n.label.thing_name}</td>
+          <td width="40%" class="tableHeader">{$i18n.label.description}</td>
 {if $can_edit}
-          <td class="tableHeader">{$i18n.label.edit}</td>
-          <td class="tableHeader">{$i18n.label.delete}</td>
+          <td></td>
+          <td></td>
 {/if}
         </tr>
 {if $files}
@@ -16,8 +16,8 @@
           <td><a href="file_download.php?id={$file.id}">{$file.name|escape}</a></td>
           <td>{$file.description|escape}</td>
     {if $can_edit}
-          <td><a href="file_edit.php?id={$file.id}">{$i18n.label.edit}</a></td>
-          <td><a href="file_delete.php?id={$file.id}">{$i18n.label.delete}</a></td>
+          <td><a href="file_edit.php?id={$file.id}"><img class="table_icon" alt="{$i18n.label.edit}" src="images/icon_edit.png"></a></td>
+          <td><a href="file_delete.php?id={$file.id}"><img class="table_icon" alt="{$i18n.label.delete}" src="images/icon_delete.png"></a></td>
     {/if}
         </tr>
   {/foreach}
diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl
index adf3c05c..f66e8357 100644
--- a/WEB-INF/templates/footer.tpl
+++ b/WEB-INF/templates/footer.tpl
@@ -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.4911 | 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.4912 | 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>