From 65dd258ca94a37376435d543881ab0d7d54e5c91 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 9 Nov 2017 16:47:42 +0000 Subject: [PATCH] Bug 19602: Add usage statistics link to administration sidebar menu This patch adds a link to the new usage statistics page in the administration sidebar menu. To test, apply the patch and view an administration page which includes the admin sidebar. Confirm that the link to usage statistics is there. Visit the usage statistics page and confirm that the usage statistics link in the sidebar is display in bold. Signed-off-by: Simon Pouchol Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 9d79d463250c430678f724f265500776f541cd42) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc index 9f8f4f65a1..514e2330f4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc @@ -81,6 +81,7 @@ [% IF Koha.Preference('SMSSendDriver') == 'Email' %]
  • SMS cellular providers
  • [% END %] +
  • Share usage statistics
  • -- 2.11.4.GIT