Bugzilla – Attachment 60465 Details for
Bug 18108
Sorting by author in opac summary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18108: Sorting by author in opac summary
Bug-18108-Sorting-by-author-in-opac-summary.patch (text/plain), 2.66 KB, created by
Jonathan Druart
on 2017-02-20 13:53:18 UTC
(
hide
)
Description:
Bug 18108: Sorting by author in opac summary
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-20 13:53:18 UTC
Size:
2.66 KB
patch
obsolete
>From ad556bc65d1d77cccb2e1490f51c31e00f889392 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 14 Feb 2017 01:21:01 +0000 >Subject: [PATCH] Bug 18108: Sorting by author in opac summary > >To test: >1) Log into OPAC, go to your summary >2) Notice 'author' is in Title column, therefore unable to sort by >author >3) Apply patch and refresh page >4) Notice author has now been moved into Author column >5) Confirm sorting by author works as expected and sorting of all other >columns works as expected > >Sponsored-by: Catalyst IT > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index ef24771..c18c7dd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -148,6 +148,7 @@ Using this account is not recommended because some parts of Koha will not functi > <tr> > [% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] > <th class="anti-the">Title</th> >+ <th>Author</th> > <th class="title-string psort">Due</th> > [% UNLESS ( item_level_itypes ) %] > <th>Item type</th> >@@ -210,7 +211,8 @@ Using this account is not recommended because some parts of Koha will not functi > <td class="title"> > <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %]</a> > [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] >- <span class="item-details">[% ISSUE.author %]</span> >+ </td> >+ <td class="author">[% ISSUE.author %]</td> > </td> > [% IF ( ISSUE.overdue ) %] > <td class="date_due overdue"> >-- >2.9.3
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 18108
:
60169
|
60173
| 60465