From 65d3203525470d8b0b44374bdc66b979de57c426 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 22 Dec 2015 15:37:41 +0000 Subject: [PATCH] Bug 15409 - Plugins section missing from Admin menu sidebar The sidebar menu in the Admin area of Koha is missing a section for Plugins. Test Plan: 1) Apply this patch 2) Log in with a user that has plugin permissions 3) Browse to a page with the admin menu sidebar, such as /cgi-bin/koha/admin/transport-cost-matrix.pl 4) Note the new Plugins section with a link to manage plugins 5) Log in with a user that has no plugin permissions 6) Revisit the same page, note the Plugins section is no longer visible Signed-off-by: Aleisha Signed-off-by: Marcel de Rooy Signed-off-by: Brendan A Gallagher --- koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 e055091d8d..6e6fa4915a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc @@ -56,6 +56,14 @@
  • Funds
  • +[% IF CAN_user_plugins %] +
    Plugins
    + + +[% END %] +
    Additional parameters
      -- 2.39.2