Lines 810-816
Link Here
|
810 |
<th id="serial_planneddate" data-colname="serial_planneddate">Received date</th> |
810 |
<th id="serial_planneddate" data-colname="serial_planneddate">Received date</th> |
811 |
<th id="serial_status" data-colname="serial_status">Status</th> |
811 |
<th id="serial_status" data-colname="serial_status">Status</th> |
812 |
<th id="serial_notes" data-colname="serial_notes">Note</th> |
812 |
<th id="serial_notes" data-colname="serial_notes">Note</th> |
813 |
<th></th> |
813 |
<th class="dtr-control-col"></th> |
814 |
</tr> |
814 |
</tr> |
815 |
</thead> |
815 |
</thead> |
816 |
<tbody> |
816 |
<tbody> |
Lines 1331-1337
Link Here
|
1331 |
[% IF ( ShowCourseReservesHeader ) %] |
1331 |
[% IF ( ShowCourseReservesHeader ) %] |
1332 |
<th id="item_coursereserves" data-colname="item_coursereserves">Course reserves</th> |
1332 |
<th id="item_coursereserves" data-colname="item_coursereserves">Course reserves</th> |
1333 |
[% END %] |
1333 |
[% END %] |
1334 |
<th></th> |
1334 |
<th class="dtr-control-col"></th> |
1335 |
</tr> |
1335 |
</tr> |
1336 |
</thead> |
1336 |
</thead> |
1337 |
<tbody> |
1337 |
<tbody> |
Lines 1871-1879
Link Here
|
1871 |
$("#holdingst").kohaTable( |
1871 |
$("#holdingst").kohaTable( |
1872 |
{ |
1872 |
{ |
1873 |
dom: '<"clearfix">t', |
1873 |
dom: '<"clearfix">t', |
1874 |
columnDefs: [ |
|
|
1875 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
1876 |
], |
1877 |
bKohaColumnsUseNames: true, |
1874 |
bKohaColumnsUseNames: true, |
1878 |
responsive: { |
1875 |
responsive: { |
1879 |
details: { type: "column", target: -1 }, |
1876 |
details: { type: "column", target: -1 }, |
Lines 1884-1892
Link Here
|
1884 |
$("#otherholdingst").kohaTable( |
1881 |
$("#otherholdingst").kohaTable( |
1885 |
{ |
1882 |
{ |
1886 |
dom: '<"clearfix">t', |
1883 |
dom: '<"clearfix">t', |
1887 |
columnDefs: [ |
|
|
1888 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
1889 |
], |
1890 |
bKohaColumnsUseNames: true, |
1884 |
bKohaColumnsUseNames: true, |
1891 |
responsive: { |
1885 |
responsive: { |
1892 |
details: { type: "column", target: -1 }, |
1886 |
details: { type: "column", target: -1 }, |
Lines 1905-1913
Link Here
|
1905 |
responsive: { |
1899 |
responsive: { |
1906 |
details: { type: "column", target: -1 }, |
1900 |
details: { type: "column", target: -1 }, |
1907 |
}, |
1901 |
}, |
1908 |
columnDefs: [ |
|
|
1909 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
1910 |
], |
1911 |
}, |
1902 |
}, |
1912 |
serial_table_settings |
1903 |
serial_table_settings |
1913 |
); |
1904 |
); |