From d51059807690797aa4d16b0c0dd2932235a3b683 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 28 Jun 2017 00:40:00 +0000 Subject: [PATCH] Bug 18871: Make patron list name a link to view contents of list The link is the same as the 'Add patrons' button in Actions dropdown, but requires one less click, and makes finding the contents of the list more obvious. To test: 1) Go to Tools -> Patron lists 2) Create a patron list if you haven't already 3) Confirm that clicking the name of the list takes you to the correct list and shows the expected content. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt index df890d6447..9bdf4ab071 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -87,7 +87,7 @@ [% FOREACH l IN lists %] - [% l.name |html %] + [% l.name |html%] [% l.patron_list_patrons_rs.count || 0 %]