|
Lines 138-146
Link Here
|
| 138 |
[% INCLUDE 'opac-bottom.inc' %] |
138 |
[% INCLUDE 'opac-bottom.inc' %] |
| 139 |
[% BLOCK jsinclude %] |
139 |
[% BLOCK jsinclude %] |
| 140 |
[% INCLUDE 'datatables.inc' %] |
140 |
[% INCLUDE 'datatables.inc' %] |
|
|
141 |
<script> |
| 142 |
table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %]; |
| 143 |
</script> |
| 144 |
|
| 141 |
<script> |
145 |
<script> |
| 142 |
$(document).ready(function() { |
146 |
$(document).ready(function() { |
| 143 |
table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %]; |
|
|
| 144 |
$("#course-items-table").kohaTable( |
147 |
$("#course-items-table").kohaTable( |
| 145 |
{ |
148 |
{ |
| 146 |
dom: '<"top"<"table_controls"f>>rt<"clear">', |
149 |
dom: '<"top"<"table_controls"f>>rt<"clear">', |
| 147 |
- |
|
|