From 39f135b481458795e4d60ec490cffd5e1fef99c7 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 --- .../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 9c9da9a63d..fa05a0cc25 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1139,6 +1139,27 @@ [% END %] + + + [% INCLUDE 'opac-bottom.inc' %] [%# End of template %] @@ -1398,27 +1419,6 @@ [% END %][%# end of items_table block %] - - - [% IF Koha.Preference('OpacCatalogConcerns') %] [% INCLUDE 'modals/catalog_concern.inc' %] [% END %] -- 2.30.2