Bugzilla – Attachment 60464 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), 1.92 KB, created by
Jonathan Druart
on 2017-02-20 13:51:23 UTC
(
hide
)
Description:
Bug 13685: Sorting by author in opac reading history
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-20 13:51:23 UTC
Size:
1.92 KB
patch
obsolete
>From 4ee81224fde458a473db6eea2ebb21357137eeee Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 14 Feb 2017 19:42:15 +0000 >Subject: [PATCH] Bug 13685: Sorting by author in opac reading history > >opac-readingrecord.pl was actually already set up to do this, the option >to sort by author was just not put into the tt file. This patch adds >that. > >To test: >1) Log into OPAC, go to your reading history >2) Confirm that 'Order by author' shows in the dropdown >3) Confirm it 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-readingrecord.tt | 1 + > 1 file changed, 1 insertion(+) > >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..86b0923 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -38,6 +38,7 @@ > <select name="order" id="order"> > [% IF ( orderbydate ) %]<option value="" selected="selected">Order by date</option>[% ELSE %]<option value="">Order by date</option>[% END %] > [% IF ( orderbytitle ) %]<option value="title" selected="selected">Order by title</option>[% ELSE %]<option value="title">Order by title</option>[% END %] >+ [% IF ( orderbyauthor ) %]<option value="author" selected="selected">Order by author</option>[% ELSE %]<option value="author">Order by author</option>[% END %] > </select> > <input type="submit" value="Go" id="sortsubmit" class="submit clearfix" /> > </form> >-- >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 13685
:
37370
|
59956
|
60134
|
60222
|
60226
| 60464