Lines 123-129
Link Here
|
123 |
[% INCLUDE 'columns_settings.inc' %] |
123 |
[% INCLUDE 'columns_settings.inc' %] |
124 |
<script> |
124 |
<script> |
125 |
$(document).ready(function() { |
125 |
$(document).ready(function() { |
126 |
columns_settings = [% TablesSettings.GetColumns( 'opac', 'biblio-detail', 'course-items-table', 'json' ) | $raw %]; |
126 |
columns_settings = [% TablesSettings.GetColumns( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %]; |
127 |
KohaTable("#course-items-table", { |
127 |
KohaTable("#course-items-table", { |
128 |
"dom": '<"top"<"table_controls"f>>t', |
128 |
"dom": '<"top"<"table_controls"f>>t', |
129 |
"sorting": [[ 1, "asc" ]], |
129 |
"sorting": [[ 1, "asc" ]], |