Bugzilla – Attachment 40832 Details for
Bug 14404
Checkouts default sort order for Self Checkout (SCO) confusing for patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14404 [QA Followup] - Rename class nosort to no-sort for readability and consistency
Bug-14404-QA-Followup---Rename-class-nosort-to-no-.patch (text/plain), 1.82 KB, created by
Kyle M Hall (khall)
on 2015-07-08 14:16:03 UTC
(
hide
)
Description:
Bug 14404 [QA Followup] - Rename class nosort to no-sort for readability and consistency
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-07-08 14:16:03 UTC
Size:
1.82 KB
patch
obsolete
>From 9ed2c1a373463c8b4a9ed98d17e40d654fdfd22c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 8 Jul 2015 10:15:15 -0400 >Subject: [PATCH] Bug 14404 [QA Followup] - Rename class nosort to no-sort for readability and consistency > >--- > .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index d4dc7b7..0a160ff 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -219,7 +219,7 @@ > <th class="anti-the">Title</th> > <th>Call no.</th> > <th class="title-string">Due</th> >- <th class="nosort">Renew</th> >+ <th class="no-sort">Renew</th> > [% UNLESS ( nofines ) %] > <th>Fines</th> > [% END %] >@@ -360,7 +360,7 @@ > $("#loanTable").dataTable($.extend(true, {}, dataTablesDefaults, { > "aaSorting": [ 0 ], > "aoColumnDefs": [ >- { "aTargets": [ "nosort" ], "bSortable": false, "bSearchable": false }, >+ { "aTargets": [ "no-sort" ], "bSortable": false, "bSearchable": false }, > { "aTargets": [ "no-show" ], "bVisible": false, "bSearchable": false }, > { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, > { "sType": "title-string", "aTargets" : [ "title-string" ] } >-- >1.7.2.5
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 14404
:
40242
|
40249
|
40832
|
40861
|
40862