From: Nik Okuntseff Date: Fri, 5 Apr 2019 16:42:16 +0000 (+0000) Subject: Introduced icons for files, edit, and delete operations. X-Git-Tag: timetracker_1.19-1~130 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=336dbb39dfa588646615c461e3f16b785998ea67;p=timetracker.git Introduced icons for files, edit, and delete operations. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 51d0368b..e741649c 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- {if $show_files} - + {/if} - - + + {if $active_projects} {foreach $active_projects as $project} @@ -25,10 +25,10 @@ {if $show_files} - + {/if} - - + + {/foreach} {/if} @@ -49,20 +49,20 @@ {if $show_files} - + {/if} - - + + {foreach $inactive_projects as $project} {if $show_files} - + {/if} - - + + {/foreach}
 Anuko Time Tracker 1.18.63.4905 | Copyright © Anuko | +  Anuko Time Tracker 1.18.63.4906 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/projects.tpl b/WEB-INF/templates/projects.tpl index 0b400b11..dafe1d8d 100644 --- a/WEB-INF/templates/projects.tpl +++ b/WEB-INF/templates/projects.tpl @@ -14,10 +14,10 @@ {$i18n.label.thing_name} {$i18n.label.description}{$i18n.label.files}{$i18n.label.edit}{$i18n.label.delete}
{$project.name|escape} {$project.description|escape}{$i18n.label.view}{$i18n.label.files}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}
{$i18n.label.thing_name} {$i18n.label.description}{$i18n.label.files}{$i18n.label.edit}{$i18n.label.delete}
{$project.name|escape} {$project.description|escape}{$i18n.label.view}{$i18n.label.files}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}
diff --git a/images/icon_delete.png b/images/icon_delete.png new file mode 100644 index 00000000..997779f7 Binary files /dev/null and b/images/icon_delete.png differ diff --git a/images/icon_edit.png b/images/icon_edit.png index c7b92fb9..83f83716 100644 Binary files a/images/icon_edit.png and b/images/icon_edit.png differ diff --git a/images/icon_files.png b/images/icon_files.png new file mode 100644 index 00000000..264ab6eb Binary files /dev/null and b/images/icon_files.png differ