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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-7 / +5 lines)
Lines 847-857 Link Here
847
                                    <table class="table table-bordered table-striped" id="subscriptionst">
847
                                    <table class="table table-bordered table-striped" id="subscriptionst">
848
                                        <thead>
848
                                        <thead>
849
                                        <tr>
849
                                        <tr>
850
                                            <th id="serial_serialseq" data-colname="serial_serialseq" class="serialseq">Issue #</th>
850
                                            <th id="serial_serialseq" data-colname="serial_serialseq">Issue #</th>
851
                                            <th id="serial_publisheddate" data-colname="serial_publisheddate" class="publisheddate">Publication date</th>
851
                                            <th id="serial_publisheddate" data-colname="serial_publisheddate" class="title-string">Publication date</th>
852
                                            <th id="serial_planneddate" data-colname="serial_planneddate" class="planneddate">Received date</th>
852
                                            <th id="serial_planneddate" data-colname="serial_planneddate" class="title-string">Received date</th>
853
                                            <th id="serial_status" data-colname="serial_status" class="serial_status">Status</th>
853
                                            <th id="serial_status" data-colname="serial_status">Status</th>
854
                                            <th id="serial_notes" data-colname="serial_notes" class="serial_notes">Note</th>
854
                                            <th id="serial_notes" data-colname="serial_notes">Note</th>
855
                                        </tr>
855
                                        </tr>
856
                                        </thead>
856
                                        </thead>
857
                                        <tbody>
857
                                        <tbody>
Lines 1474-1480 Link Here
1474
        KohaTable("#subscriptionst", {
1474
        KohaTable("#subscriptionst", {
1475
            dom: 'B<"clearfix">t',
1475
            dom: 'B<"clearfix">t',
1476
            "columnDefs": [
1476
            "columnDefs": [
1477
                { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
1478
                { "sType": "title-string", "aTargets" : [ "title-string" ] }
1477
                { "sType": "title-string", "aTargets" : [ "title-string" ] }
1479
                ],
1478
                ],
1480
            "bKohaColumnsUseNames": true
1479
            "bKohaColumnsUseNames": true
1481
- 

Return to bug 11976