From f3fb70fa99678f5f73e768e1fe980f04c1481d4c 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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' %] +