Bugzilla – Attachment 64701 Details for
Bug 18871
It is unclear how to view a patron list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 18871: Make patron list name a link to view contents of list
SIGNED-OFF-Bug-18871-Make-patron-list-name-a-link-.patch (text/plain), 1.53 KB, created by
Owen Leonard
on 2017-06-28 13:05:55 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 18871: Make patron list name a link to view contents of list
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-06-28 13:05:55 UTC
Size:
1.53 KB
patch
obsolete
>From a51c504efec5e71a23fefad8af046b95b80f7cc1 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 28 Jun 2017 00:40:00 +0000 >Subject: [PATCH] [SIGNED-OFF] 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 <oleonard@myacpl.org> >--- > 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 fb60e2e..440ddc5 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 @@ > <tbody> > [% FOREACH l IN lists %] > <tr> >- <td>[% l.name %]</td> >+ <td><a href="/cgi-bin/koha/patron_lists/list.pl?patron_list_id=[% l.patron_list_id %]">[% l.name %]</a></td> > <td>[% l.patron_list_patrons_rs.count || 0 %]</td> > <td> > <div class="dropdown"> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18871
:
64685
|
64701
|
66655