Bugzilla – Attachment 40862 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: Rename class no-show to noshow for consistency with nosort
Bug-14404-Rename-class-no-show-to-noshow-for-consi.patch (text/plain), 1.80 KB, created by
Jonathan Druart
on 2015-07-09 09:32:48 UTC
(
hide
)
Description:
Bug 14404: Rename class no-show to noshow for consistency with nosort
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-07-09 09:32:48 UTC
Size:
1.80 KB
patch
obsolete
>From 2a042910833c8e8be54775eecda5aad514a62c35 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@koha-community.org> >Date: Thu, 9 Jul 2015 10:31:07 +0100 >Subject: [PATCH] Bug 14404: Rename class no-show to noshow for consistency > with nosort > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 4 ++-- > 1 file 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..3f0b1f3 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 >@@ -215,7 +215,7 @@ > <!-- ISSUES TABLE ROWS --> > <thead> > <tr> >- <th class="no-show">Checked out on</th> >+ <th class="noshow">Checked out on</th> > <th class="anti-the">Title</th> > <th>Call no.</th> > <th class="title-string">Due</th> >@@ -361,7 +361,7 @@ > "aaSorting": [ 0 ], > "aoColumnDefs": [ > { "aTargets": [ "nosort" ], "bSortable": false, "bSearchable": false }, >- { "aTargets": [ "no-show" ], "bVisible": false, "bSearchable": false }, >+ { "aTargets": [ "noshow" ], "bVisible": false, "bSearchable": false }, > { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, > { "sType": "title-string", "aTargets" : [ "title-string" ] } > ] >-- >2.1.0
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