From 1d57d499bead0301fbdd87cbc80a3dbc2e4a1d0e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 26 May 2016 07:26:33 -0400 Subject: [PATCH] Bug 16592 - Use Bootstrap modal for MARC and Card preview on acquisitions receipt summary page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch replaces Greybox modals on the acquisitions receipt summary page with Bootstrap modals. To test, apply the patch and go to Acquisitions -> Invoices -> View an invoice -> Go to receipt page. - In the list of pending orders, test the "MARC" and "Card" links for various titles. Each should trigger a Bootstrap modal with the correct content. - Repeat the same tests in the list of already received orders. Signed-off-by: Marc Véron --- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 33 ++++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 0500637..c66f2f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -10,7 +10,7 @@ [% INCLUDE 'datatables.inc' %] -[% INCLUDE 'greybox.inc' %] +