Bugzilla – Attachment 59956 Details for
Bug 13685
Sorting Patron Reading History
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13685: Sorting by author in opac reading history
Bug-13685-Sorting-by-author-in-opac-reading-histor.patch (text/plain), 2.37 KB, created by
Aleisha Amohia
on 2017-02-06 21:54:16 UTC
(
hide
)
Description:
Bug 13685: Sorting by author in opac reading history
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-02-06 21:54:16 UTC
Size:
2.37 KB
patch
obsolete
>From 404dab46f3d20d273e3cfac1f06ea063dbf8c849 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 6 Feb 2017 21:52:11 +0000 >Subject: [PATCH] Bug 13685: Sorting by author in opac reading history > >To test: >1) Log into OPAC, go to your raeding history >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 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index c4a7419..a22d68e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -68,6 +68,7 @@ > <th style="display:none;">Type</th> > <th class="nosort"></th> > <th class="anti-the">Title</th> >+ <th>Author</th> > <th>Item type</th> > <th>Call no.</th> > <th class="title-string">Date</th> >@@ -127,8 +128,8 @@ > [% ELSE %] > <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% issue.biblionumber |url %]">[% issue.title |html %] [% IF issue.subtitle %][% FOREACH subtitl IN issue.subtitle %][% subtitl.subfield %][% END %][% END %]</a> > [% END %] >- <span class="item-details">[% issue.author %]</span> > </td> >+ <td>[% issue.author %]</td> > <td> > [% UNLESS ( noItemTypeImages ) %] > [% IF ( issue.imageurl ) %] >-- >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 13685
:
37370
|
59956
|
60134
|
60222
|
60226
|
60464