Bug 14404: Rename class no-show to noshow for consistency with nosort
authorJonathan Druart <jonathan.druart@koha-community.org>
Thu, 9 Jul 2015 09:31:07 +0000 (10:31 +0100)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Mon, 20 Jul 2015 13:34:00 +0000 (10:34 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt

index d4dc7b7..3f0b1f3 100644 (file)
                                     <!-- 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>
                 "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" ] }
                 ]