From ec57f1c8b6982b662c6e444333837030a2cf1201 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 0183cc0223678f6b3f0885213c7223ddb31acf5d) Signed-off-by: Chris Cormack Signed-off-by: Liz Rea --- 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 70e3cd4527..8c4567fe2d 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 @@ -214,7 +214,7 @@ - Checked out on + Checked out on Title Call no. Due @@ -360,7 +360,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.39.5