From 4269b988c7237db85f1022c4d45e5ef8f16441a5 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 1 Apr 2013 13:56:34 -0400 Subject: [PATCH] Bug 9964 - Add plugins management link to the Administration page Test Plan: 1) Apply patch 2) Log in with user that has plugin management rights 3) Load the Administration page 4) Note the plugins management link --- .../prog/en/modules/admin/admin-home.tt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index a5dbe44..ef890f1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -60,6 +60,15 @@
Define road types (street, avenue, way, etc.). Road types display as authorized values when adding/editing patrons and can be used in geographic statistics.
+ +[% IF ( UseKohaPlugins && CAN_user_plugins ) %] +

Plugins management

+
+
Manage plugins
+
View and manage all types of plugins.
+
+[% END %] +

Catalog

-- 1.7.2.5