From 420bb01eb8613ff662f1c779d4d80c0dda59ffd2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 28 Apr 2015 11:26:44 +0200 Subject: [PATCH] Bug 11941: Add link to patron lists from the patron home page The patron lists are only accessible from the tools module, which is not easily accessible when you are in the patron module. Test plan: Go on the patron home page. In the toolbar, you should see a link to the patron lists. --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc index 8888e45..bc3b31d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc @@ -6,5 +6,8 @@ [% FOREACH category IN categories %]
  • [% category.description %]
  • [% END %] + [% IF CAN_user_tools_manage_patron_lists %] + + [% END %] [% END %] -- 2.1.0