From 857e3443a6f0121b4d3ad0c60153566f388f04c9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 22 Mar 2013 11:34:18 -0400 Subject: [PATCH] Bug 9904 - Link to plugins management should not be in global navigation With the addition of the Plugins feature a link was added to the global navigation in the "More" submenu. I think this is unnecessary. The global navigation should be limited to primary Koha functons. This patch removes the link. To test, apply the patch and confirm that there is no longer a link to Plugins in the header navigation under "More." Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template patch, works as advertised. Signed-off-by: Jared Camins-Esakov --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index d75b36e131..4a26d79bdb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -30,9 +30,6 @@ [% IF ( CAN_user_tools ) %]
  • Tools
  • [% END %] - [% IF ( UseKohaPlugins && CAN_user_plugins ) %] -
  • Plugins
  • - [% END %] [% IF ( CAN_user_parameters ) %]
  • Administration
  • [% END %] -- 2.20.1