From 69d107963f15b0fcfc46908063c0ae7c33af7d80 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 31 Mar 2019 14:41:14 +0000 Subject: [PATCH] Removed download column on projects_files.php to keep things simple. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/project_files.tpl | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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} -- 2.20.1
 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}