View | Details | Raw Unified | Return to bug 14404
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-3 / +2 lines)
Lines 219-225 Link Here
219
                                            <th class="anti-the">Title</th>
219
                                            <th class="anti-the">Title</th>
220
                                            <th>Call no.</th>
220
                                            <th>Call no.</th>
221
                                            <th class="title-string">Due</th>
221
                                            <th class="title-string">Due</th>
222
                                            <th class="nosort">Renew</th>
222
                                            <th class="no-sort">Renew</th>
223
                                            [% UNLESS ( nofines ) %]
223
                                            [% UNLESS ( nofines ) %]
224
                                                <th>Fines</th>
224
                                                <th>Fines</th>
225
                                            [% END %]
225
                                            [% END %]
Lines 360-366 Link Here
360
            $("#loanTable").dataTable($.extend(true, {}, dataTablesDefaults, {
360
            $("#loanTable").dataTable($.extend(true, {}, dataTablesDefaults, {
361
                "aaSorting": [ 0 ],
361
                "aaSorting": [ 0 ],
362
                "aoColumnDefs": [
362
                "aoColumnDefs": [
363
                    { "aTargets": [ "nosort" ], "bSortable": false, "bSearchable": false },
363
                    { "aTargets": [ "no-sort" ], "bSortable": false, "bSearchable": false },
364
                    { "aTargets": [ "no-show" ], "bVisible": false, "bSearchable": false },
364
                    { "aTargets": [ "no-show" ], "bVisible": false, "bSearchable": false },
365
                    { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
365
                    { "sType": "anti-the", "aTargets" : [ "anti-the" ] },
366
                    { "sType": "title-string", "aTargets" : [ "title-string" ] }
366
                    { "sType": "title-string", "aTargets" : [ "title-string" ] }
367
- 

Return to bug 14404