From 15c56c8682a43ed4ac3cbe98ca1772478876d5b9 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 21 Nov 2018 18:41:49 +0000 Subject: [PATCH] Added subgroups menu. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/header.tpl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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} -- 2.20.1