From 96fa3f51e142a6ef0538aa84e5134a56aa7af750 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 (cherry picked from commit d51059807690797aa4d16b0c0dd2932235a3b683) Signed-off-by: Fridolin Somers (cherry picked from commit e570915729b6b8e02e22b0cfdff4440b75815d26) Signed-off-by: Katrin Fischer --- 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 0489429cc9..be3d1c9cfd 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 %]