|
Lines 83-91
Link Here
|
| 83 |
[% INCLUDE 'opac-bottom.inc' %] |
83 |
[% INCLUDE 'opac-bottom.inc' %] |
| 84 |
[% BLOCK jsinclude %] |
84 |
[% BLOCK jsinclude %] |
| 85 |
[% INCLUDE 'datatables.inc' %] |
85 |
[% INCLUDE 'datatables.inc' %] |
|
|
86 |
<script> |
| 87 |
table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_list', 'course_reserves_table', 'json' ) | $raw %] |
| 88 |
</script> |
| 89 |
|
| 86 |
<script> |
90 |
<script> |
| 87 |
$(document).ready(function() { |
91 |
$(document).ready(function() { |
| 88 |
table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_list', 'course_reserves_table', 'json' ) | $raw %] |
|
|
| 89 |
$("#course_reserves_table").kohaTable( |
92 |
$("#course_reserves_table").kohaTable( |
| 90 |
{ |
93 |
{ |
| 91 |
dom: '<"top"<"table_controls"f>>rt<"clear">', |
94 |
dom: '<"top"<"table_controls"f>>rt<"clear">', |
| 92 |
- |
|
|