Lines 60-65
Link Here
|
60 |
</div> |
60 |
</div> |
61 |
|
61 |
|
62 |
[% IF ( course_reserves ) %] |
62 |
[% IF ( course_reserves ) %] |
|
|
63 |
<div class="rows"> |
63 |
<table id="course-items-table" class="table table-bordered table-striped table-condensed"> |
64 |
<table id="course-items-table" class="table table-bordered table-striped table-condensed"> |
64 |
<caption class="sr-only">Courses</caption> |
65 |
<caption class="sr-only">Courses</caption> |
65 |
<thead> |
66 |
<thead> |
Lines 117-122
Link Here
|
117 |
[% END %] |
118 |
[% END %] |
118 |
</tbody> |
119 |
</tbody> |
119 |
</table> |
120 |
</table> |
|
|
121 |
</div> |
120 |
[% ELSE %] |
122 |
[% ELSE %] |
121 |
<br style="clear:both;" /> |
123 |
<br style="clear:both;" /> |
122 |
<div class="alert alert-info"> |
124 |
<div class="alert alert-info"> |
Lines 141-147
Link Here
|
141 |
table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %]; |
143 |
table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %]; |
142 |
$("#course-items-table").kohaTable( |
144 |
$("#course-items-table").kohaTable( |
143 |
{ |
145 |
{ |
144 |
dom: '<"top"<"table_controls"f>>t', |
146 |
dom: '<"top"<"table_controls"f>>rt<"clear">', |
145 |
sorting: [[1, "asc"]], |
147 |
sorting: [[1, "asc"]], |
146 |
language: { |
148 |
language: { |
147 |
search: "_INPUT_", |
149 |
search: "_INPUT_", |
148 |
- |
|
|