From: Nik Okuntseff Date: Sun, 31 Mar 2019 14:41:14 +0000 (+0000) Subject: Removed download column on projects_files.php to keep things simple. X-Git-Tag: timetracker_1.19-1~135 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=69d107963f15b0fcfc46908063c0ae7c33af7d80;p=timetracker.git Removed download column on projects_files.php to keep things simple. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 52aa91c5..3bec2a8d 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- - {if $can_manage} @@ -14,9 +13,8 @@ {if $files} {foreach $files as $file} - + - {if $can_manage}
 Anuko Time Tracker 1.18.62.4901 | Copyright © Anuko | +  Anuko Time Tracker 1.18.62.4902 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/project_files.tpl b/WEB-INF/templates/project_files.tpl index 52e14f9a..6579f34f 100644 --- a/WEB-INF/templates/project_files.tpl +++ b/WEB-INF/templates/project_files.tpl @@ -5,7 +5,6 @@
{$i18n.label.thing_name} {$i18n.label.description}{$i18n.label.download}{$i18n.label.edit} {$i18n.label.delete}
{$file.name|escape}{$file.name|escape} {$file.description|escape}{$i18n.label.download}{$i18n.label.edit} {$i18n.label.delete}