Bugzilla – Attachment 32505 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.27 KB, created by
Rafal Kopaczka
on 2014-10-17 14:24:58 UTC
(
hide
)
Description:
Bug 13105: Columns misplaced in member search result
Filename:
MIME Type:
Creator:
Rafal Kopaczka
Created:
2014-10-17 14:24:58 UTC
Size:
1.27 KB
patch
obsolete
>From 3be24d7bad0b786992946eb78a1592f236684bd8 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. >--- > 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.7.10.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 13105
:
32504
|
32505
|
32524
|
32569