From 54e0ab8d49018044a7515466dc4c2f31d6cebcba Mon Sep 17 00:00:00 2001 From: Indranil Das Gupta Date: Tue, 19 Aug 2014 07:42:10 +0000 Subject: [PATCH 1/2] Bug 12780 [ENH] Adds plugins-menu.inc to support nav menu for plugins installed Koha plugins system (http://manual.koha-community.org/3.16/en/pluginsystem.html) does not provide a ready method to show an auto-populated nav menu for the plugins installed in the system. This patch adds that capability and allows plugin authors to add this .inc file in the plugin's template file. --- .../prog/en/includes/plugins-menu.inc | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/plugins-menu.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/plugins-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/plugins-menu.inc new file mode 100644 index 0000000..9bfa681 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/plugins-menu.inc @@ -0,0 +1,65 @@ + + \ No newline at end of file -- 1.8.1.2