From 9ed2c1a373463c8b4a9ed98d17e40d654fdfd22c Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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 @@ Title Call no. Due - Renew + Renew [% UNLESS ( nofines ) %] Fines [% 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