From: Nik Okuntseff Date: Wed, 21 Nov 2018 18:41:49 +0000 (+0000) Subject: Added subgroups menu. X-Git-Tag: timetracker_1.19-1~584 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=15c56c8682a43ed4ac3cbe98ca1772478876d5b9;p=timetracker.git Added subgroups menu. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index d6b001fa..8831f22f 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.26.4486 | Copyright © Anuko | +  Anuko Time Tracker 1.18.26.4487 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/header.tpl b/WEB-INF/templates/header.tpl index 430c1c2b..23dfdc11 100644 --- a/WEB-INF/templates/header.tpl +++ b/WEB-INF/templates/header.tpl @@ -89,6 +89,11 @@ {if $user->can('manage_basic_settings')} {$i18n.menu.group} · {/if} +{if isTrue($smarty.const.SUBGROUP_DEBUG)} + {if $user->can('manage_subgroups')} + {$i18n.menu.subgroups} · + {/if} +{/if} {if $user->can('manage_features')} {$i18n.menu.plugins} · {/if}