Bug 35961: Add missing includes
This patch adds the missing includes for the 'Catalog concerns' modal on
opac-MARCdetail and opac-ISBDdetail views.
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit c2154173af
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
658bf14d66
commit
e90c544841
2 changed files with 16 additions and 1 deletions
|
@ -39,5 +39,13 @@
|
|||
</div> <!-- / .container-fluid -->
|
||||
</div> <!-- / .main -->
|
||||
|
||||
[% IF Koha.Preference('OpacCatalogConcerns') %]
|
||||
[% INCLUDE 'modals/catalog_concern.inc' %]
|
||||
[% END %]
|
||||
|
||||
[% INCLUDE 'opac-bottom.inc' %]
|
||||
[% BLOCK jsinclude %][% END %]
|
||||
[% BLOCK jsinclude %]
|
||||
[% IF Koha.Preference('OpacCatalogConcerns') %]
|
||||
[% Asset.js("js/modals/catalog_concern.js") | $raw %]
|
||||
[% END %]
|
||||
[% END %]
|
||||
|
|
|
@ -169,8 +169,15 @@
|
|||
</div> <!-- / .container-fluid -->
|
||||
</div> <!-- / .main -->
|
||||
|
||||
[% IF Koha.Preference('OpacCatalogConcerns') %]
|
||||
[% INCLUDE 'modals/catalog_concern.inc' %]
|
||||
[% END %]
|
||||
|
||||
[% INCLUDE 'opac-bottom.inc' %]
|
||||
[% BLOCK jsinclude %]
|
||||
[% IF Koha.Preference('OpacCatalogConcerns') %]
|
||||
[% Asset.js("js/modals/catalog_concern.js") | $raw %]
|
||||
[% END %]
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
var loaded = 0;
|
||||
|
|
Loading…
Reference in a new issue