From e1be2791b807948c85ae48e471594a7c68709e84 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 5 Jun 2023 23:00:43 +0000 Subject: [PATCH] Bug 33902: Move modal inside HTML body To test: -Go Administration > Libraries and add a URL for a branch. -Also add some OPAC info: ( via HTML Customizations ) -Now find a record belonging to that branch and bring up the OPAC detail page. -In the holdings table there should be a link under the 'Current library' column. -Clicking it should bring up a modal. -Make sure the modal pops up correctly, can be dismissed, and the 'Visit web site' link works. Nothing about the appearance or behavior of the page should change. Signed-off-by: David Nind Signed-off-by: David Cook Signed-off-by: Tomas Cohen Arazi --- .../bootstrap/en/modules/opac-detail.tt | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 4ef51c19c4..d09ebd697d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1149,6 +1149,27 @@ [% END %] + + + [% INCLUDE 'opac-bottom.inc' %] [%# End of template %] @@ -1408,27 +1429,6 @@ [% END %][%# end of items_table block %] - - - [% IF Koha.Preference('OpacCatalogConcerns') %] [% INCLUDE 'modals/catalog_concern.inc' %] [% END %] -- 2.39.2