From: Nik Okuntseff Date: Fri, 2 Nov 2018 07:31:22 +0000 (+0000) Subject: Starting work on subgroups. X-Git-Tag: timetracker_1.19-1~734 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6a2fb5042be34b6a15a2b57816aadefa661ee2c7;p=timetracker.git Starting work on subgroups. --- diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 1218f7f6..3f6fdaf3 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -207,3 +207,6 @@ define('AUTH_MODULE', 'db'); // Height in pixels for the note input field in time.php. Defaults to 40. // define('NOTE_INPUT_HEIGHT', 100); + +// A temporary config option while development of subgroup support is ongoing. To be removed later. +// define('SUBGROUP_DEBUG', false); diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index ffb9e9c9..a14235f2 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.05.4345 | Copyright © Anuko | +  Anuko Time Tracker 1.18.05.4346 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}