View | Details | Raw Unified | Return to bug 26553
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-1 lines)
Lines 122-128 Link Here
122
[% INCLUDE 'opac-bottom.inc' %]
122
[% INCLUDE 'opac-bottom.inc' %]
123
[% BLOCK jsinclude %]
123
[% BLOCK jsinclude %]
124
    [% INCLUDE 'datatables.inc' %]
124
    [% INCLUDE 'datatables.inc' %]
125
    [% INCLUDE 'columns_settings.inc' %]
126
    <script>
125
    <script>
127
        $(document).ready(function() {
126
        $(document).ready(function() {
128
            table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %];
127
            table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %];
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-1 lines)
Lines 71-77 Link Here
71
[% INCLUDE 'opac-bottom.inc' %]
71
[% INCLUDE 'opac-bottom.inc' %]
72
[% BLOCK jsinclude %]
72
[% BLOCK jsinclude %]
73
    [% INCLUDE 'datatables.inc' %]
73
    [% INCLUDE 'datatables.inc' %]
74
    [% INCLUDE 'columns_settings.inc' %]
75
    <script>
74
    <script>
76
        $(document).ready(function() {
75
        $(document).ready(function() {
77
            table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_list', 'course_reserves_table', 'json' ) | $raw %]
76
            table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_list', 'course_reserves_table', 'json' ) | $raw %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 lines)
Lines 1442-1448 Link Here
1442
        [% Asset.js("js/modals/catalog_concern.js") | $raw %]
1442
        [% Asset.js("js/modals/catalog_concern.js") | $raw %]
1443
    [% END %]
1443
    [% END %]
1444
    [% INCLUDE 'datatables.inc' %]
1444
    [% INCLUDE 'datatables.inc' %]
1445
    [% INCLUDE 'columns_settings.inc' %]
1446
    [% INCLUDE greybox.inc %]
1445
    [% INCLUDE greybox.inc %]
1447
    [% IF ( OpacStarRatings != 'disable' ) %]
1446
    [% IF ( OpacStarRatings != 'disable' ) %]
1448
        [% Asset.js("lib/jquery/plugins/jquery.barrating.min.js") | $raw %]
1447
        [% Asset.js("lib/jquery/plugins/jquery.barrating.min.js") | $raw %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (-1 lines)
Lines 179-185 Link Here
179
[% INCLUDE 'opac-bottom.inc' %]
179
[% INCLUDE 'opac-bottom.inc' %]
180
[% BLOCK jsinclude %]
180
[% BLOCK jsinclude %]
181
[% INCLUDE 'datatables.inc' %]
181
[% INCLUDE 'datatables.inc' %]
182
[% INCLUDE 'columns_settings.inc' %]
183
<script>
182
<script>
184
    $(document).ready(function() {
183
    $(document).ready(function() {
185
        $('#sort').change(function() {
184
        $('#sort').change(function() {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 lines)
Lines 223-229 Link Here
223
[% INCLUDE 'opac-bottom.inc' %]
223
[% INCLUDE 'opac-bottom.inc' %]
224
[% BLOCK jsinclude %]
224
[% BLOCK jsinclude %]
225
[% INCLUDE 'datatables.inc' %]
225
[% INCLUDE 'datatables.inc' %]
226
[% INCLUDE 'columns_settings.inc' %]
227
<script>
226
<script>
228
    $(document).ready(function(){
227
    $(document).ready(function(){
229
        [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
228
        [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-2 lines)
Lines 289-295 Link Here
289
289
290
[% BLOCK jsinclude %]
290
[% BLOCK jsinclude %]
291
[% INCLUDE 'datatables.inc' %]
291
[% INCLUDE 'datatables.inc' %]
292
[% INCLUDE 'columns_settings.inc' %]
293
<script>
292
<script>
294
    $(document).ready(function() {
293
    $(document).ready(function() {
295
        // We show table ordered by descending dates by default
294
        // We show table ordered by descending dates by default
296
- 

Return to bug 26553