Bugzilla – Attachment 32524 Details for
Bug 13105
Columns misplaced in member search result
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13105: Columns misplaced in member search result
Bug-13105-Columns-misplaced-in-member-search-resul.patch (text/plain), 1.32 KB, created by
Chris Cormack
on 2014-10-19 19:11:18 UTC
(
hide
)
Description:
Bug 13105: Columns misplaced in member search result
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-10-19 19:11:18 UTC
Size:
1.32 KB
patch
obsolete
>From dae92625f702168a3fe5346a64e383bcf203c17b Mon Sep 17 00:00:00 2001 >From: Rafal Kopaczka <rkk0@poczta.onet.pl> >Date: Fri, 17 Oct 2014 16:22:04 +0200 >Subject: [PATCH] Bug 13105: Columns misplaced in member search result > >When staff member, without manage_patron_lists permissions, search for >patrons on result page, he gets table with additional column in head >table. >Test plan: >Log in as staff member without manage_patron_lists permissions, search >for any patron. >Check that table with results is fine now. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index f167e32..2d302c4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -357,7 +357,9 @@ function filterByFirstLetterSurname(letter) { > <table id="memberresultst"> > <thead> > <tr> >+ [% IF CAN_user_tools_manage_patron_lists %] > <th> </th> >+ [% END %] > <th>Card</th> > <th>Name</th> > <th>Category</th> >-- >1.9.1
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 13105
:
32504
|
32505
|
32524
|
32569