From 7cd905cbf8e479cf3ed92204661701f1dda3aab8 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 --- 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 9f8f4f6..514e233 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.1.4