From dcc10787cce9b6c3c1af5277fac73b248c949360 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 4 Dec 2015 11:27:20 -0500 Subject: [PATCH] Bug 15309 - Use Bootstrap modal for cataloging search MARC and Card preview In order to reduce the number of dependencies for common interactions we should attempt to use Bootstrap modals in place of Greybox ones. This patch modifies the cataloging search results page so that "MARC" and "Card" previews are displayed in Bootstrap modals. To test: 1. Apply the patch and navigate to Cataloging. 2. Perform a search which will return results from the catalog. 3. Test the "MARC" and "Card" links for multiple results and confirm that the correct data is shown each time. 4. Perform a search which will return results from the reservoir. 5. Test the corresonding "MARC" and "Card" links for those results. Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- .../prog/en/modules/cataloguing/addbooks.tt | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt index 290b3868ff..1a60e7e41d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -1,7 +1,6 @@ [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Koha › Cataloging -[% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.inc' %]