From 8aef74b216afaf7d9a19e069a68807b54e71267e Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 4 Apr 2018 22:56:37 +0000 Subject: [PATCH] Renamed a few files. --- WEB-INF/templates/admin_teams.tpl | 6 +++--- WEB-INF/templates/footer.tpl | 2 +- admin_team_add.php => admin_group_add.php | 0 admin_team_delete.php => admin_group_delete.php | 0 admin_team_edit.php => admin_group_edit.php | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename admin_team_add.php => admin_group_add.php (100%) rename admin_team_delete.php => admin_group_delete.php (100%) rename admin_team_edit.php => admin_group_edit.php (100%) diff --git a/WEB-INF/templates/admin_teams.tpl b/WEB-INF/templates/admin_teams.tpl index aa017883..40207c8a 100644 --- a/WEB-INF/templates/admin_teams.tpl +++ b/WEB-INF/templates/admin_teams.tpl @@ -22,8 +22,8 @@ {$team.name|escape} {$team.date} {$team.lang} - {$i18n.label.edit} - {$i18n.label.delete} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach} {/if} @@ -34,7 +34,7 @@
-  {$i18n.label.or}  +  {$i18n.label.or} 
diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index ce32bb19..b526292a 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.86.4225 | Copyright © Anuko | +  Anuko Time Tracker 1.17.86.4226 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/admin_team_add.php b/admin_group_add.php similarity index 100% rename from admin_team_add.php rename to admin_group_add.php diff --git a/admin_team_delete.php b/admin_group_delete.php similarity index 100% rename from admin_team_delete.php rename to admin_group_delete.php diff --git a/admin_team_edit.php b/admin_group_edit.php similarity index 100% rename from admin_team_edit.php rename to admin_group_edit.php -- 2.20.1