From 9debea25c74de3b0ce48a1b53ef61a7969cd6676 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 --- 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.0