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 135-141 Link Here
135
[% INCLUDE 'opac-bottom.inc' %]
135
[% INCLUDE 'opac-bottom.inc' %]
136
[% BLOCK jsinclude %]
136
[% BLOCK jsinclude %]
137
    [% INCLUDE 'datatables.inc' %]
137
    [% INCLUDE 'datatables.inc' %]
138
    [% INCLUDE 'columns_settings.inc' %]
139
    <script>
138
    <script>
140
        $(document).ready(function() {
139
        $(document).ready(function() {
141
            table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_items', 'course-items-table', 'json' ) | $raw %];
140
            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 82-88 Link Here
82
[% INCLUDE 'opac-bottom.inc' %]
82
[% INCLUDE 'opac-bottom.inc' %]
83
[% BLOCK jsinclude %]
83
[% BLOCK jsinclude %]
84
    [% INCLUDE 'datatables.inc' %]
84
    [% INCLUDE 'datatables.inc' %]
85
    [% INCLUDE 'columns_settings.inc' %]
86
    <script>
85
    <script>
87
        $(document).ready(function() {
86
        $(document).ready(function() {
88
            table_settings = [% TablesSettings.GetTableSettings( 'opac', 'course_list', 'course_reserves_table', 'json' ) | $raw %]
87
            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 1561-1567 Link Here
1561
        [% Asset.js("js/modals/catalog_concern.js") | $raw %]
1561
        [% Asset.js("js/modals/catalog_concern.js") | $raw %]
1562
    [% END %]
1562
    [% END %]
1563
    [% INCLUDE 'datatables.inc' %]
1563
    [% INCLUDE 'datatables.inc' %]
1564
    [% INCLUDE 'columns_settings.inc' %]
1565
    [% INCLUDE greybox.inc %]
1564
    [% INCLUDE greybox.inc %]
1566
    [% IF ( OpacStarRatings != 'disable' ) %]
1565
    [% IF ( OpacStarRatings != 'disable' ) %]
1567
        [% Asset.js("lib/jquery/plugins/jquery.barrating.min.js") | $raw %]
1566
        [% 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 221-227 Link Here
221
[% INCLUDE 'opac-bottom.inc' %]
221
[% INCLUDE 'opac-bottom.inc' %]
222
[% BLOCK jsinclude %]
222
[% BLOCK jsinclude %]
223
    [% INCLUDE 'datatables.inc' %]
223
    [% INCLUDE 'datatables.inc' %]
224
    [% INCLUDE 'columns_settings.inc' %]
225
    <script>
224
    <script>
226
        $(document).ready(function(){
225
        $(document).ready(function(){
227
            [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
226
            [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-2 lines)
Lines 290-296 Link Here
290
290
291
[% BLOCK jsinclude %]
291
[% BLOCK jsinclude %]
292
    [% INCLUDE 'datatables.inc' %]
292
    [% INCLUDE 'datatables.inc' %]
293
    [% INCLUDE 'columns_settings.inc' %]
294
    <script>
293
    <script>
295
        $(document).ready(function () {
294
        $(document).ready(function () {
296
            // We show table ordered by descending dates by default
295
            // We show table ordered by descending dates by default
297
- 

Return to bug 26553