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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt (-1 / +9 lines)
Lines 39-43 Link Here
39
    </div>  <!-- / .container-fluid -->
39
    </div>  <!-- / .container-fluid -->
40
</div> <!-- / .main -->
40
</div> <!-- / .main -->
41
41
42
[% IF Koha.Preference('OpacCatalogConcerns') %]
43
    [% INCLUDE 'modals/catalog_concern.inc' %]
44
[% END %]
45
42
[% INCLUDE 'opac-bottom.inc' %]
46
[% INCLUDE 'opac-bottom.inc' %]
43
[% BLOCK jsinclude %][% END %]
47
[% BLOCK jsinclude %]
48
    [% IF Koha.Preference('OpacCatalogConcerns') %]
49
        [% Asset.js("js/modals/catalog_concern.js") | $raw %]
50
    [% END %]
51
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt (-1 / +7 lines)
Lines 169-176 Link Here
169
    </div>  <!-- / .container-fluid -->
169
    </div>  <!-- / .container-fluid -->
170
</div> <!-- / .main -->
170
</div> <!-- / .main -->
171
171
172
[% IF Koha.Preference('OpacCatalogConcerns') %]
173
    [% INCLUDE 'modals/catalog_concern.inc' %]
174
[% END %]
175
172
[% INCLUDE 'opac-bottom.inc' %]
176
[% INCLUDE 'opac-bottom.inc' %]
173
[% BLOCK jsinclude %]
177
[% BLOCK jsinclude %]
178
[% IF Koha.Preference('OpacCatalogConcerns') %]
179
    [% Asset.js("js/modals/catalog_concern.js") | $raw %]
180
[% END %]
174
<script>
181
<script>
175
    $(document).ready(function(){
182
    $(document).ready(function(){
176
        var loaded = 0;
183
        var loaded = 0;
177
- 

Return to bug 35961