From: Nik Okuntseff Date: Wed, 17 Apr 2019 19:55:27 +0000 (+0000) Subject: Conditionally showing Work plugin depending on WORK_DEBUG constant. X-Git-Tag: timetracker_1.19-1~75 X-Git-Url: http://wagnertech.de/git?p=timetracker.git;a=commitdiff_plain;h=0713fdfd6a8ab87277836b0586bb2ba9ab4b04ec Conditionally showing Work plugin depending on WORK_DEBUG constant. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 6e2e202d..131e8c6b 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- +{if isTrue('WORK_DEBUG')} +{/if}
 Anuko Time Tracker 1.18.65.4955 | Copyright © Anuko | +  Anuko Time Tracker 1.18.65.4956 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/plugins.tpl b/WEB-INF/templates/plugins.tpl index 97f7cdb9..56868a6b 100644 --- a/WEB-INF/templates/plugins.tpl +++ b/WEB-INF/templates/plugins.tpl @@ -162,10 +162,12 @@ function handlePluginCheckboxes() { {$forms.pluginsForm.attachments.control} {$i18n.label.what_is_it}
{$forms.pluginsForm.work.control} {$i18n.label.what_is_it}