Bug 19602: Add usage statistics link to administration sidebar menu
authorOwen Leonard <oleonard@myacpl.org>
Thu, 9 Nov 2017 16:47:42 +0000 (16:47 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Dec 2017 13:09:51 +0000 (10:09 -0300)
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 <simon.pouchol@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc

index 9f8f4f6..514e233 100644 (file)
@@ -81,6 +81,7 @@
     [% IF Koha.Preference('SMSSendDriver') == 'Email' %]
         <li><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></li>
     [% END %]
+    <li><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share usage statistics</a></li>
 </ul>
 </div>
 </div>