From 08a8678ee433d7ce4481d4486fb406fddbee05a2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 22 Sep 2023 18:33:36 +0000 Subject: [PATCH] Bug 34873: Fix inconsistencies between "Sending your cart/list" headings This patch modifies the templates for the popup windows which are shown when you send a cart or a list via email in the staff interface. To test, apply the patch and log into the staff interface. - Perform a catalog search which will return results. - Select one or more results and add them to the cart. - Click the cart icon in the header menu to open the Cart popup. - Click "Send". Compare this pop-up window to the version shown when sending a list: - Open the Lists page and view the contents of a list. - Click the "Send list" button in the toolbar. - This popup should look correct and be consistent with the Cart version. --- .../intranet-tmpl/prog/en/modules/basket/sendbasketform.tt | 4 ++-- .../prog/en/modules/virtualshelves/sendshelfform.tt | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt index a867f96782..908e30418b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt @@ -32,9 +32,9 @@ [% INCLUDE 'blocking_errors.inc' %]
- +

Sending your cart

-Sending your cart +Enter message details
  1. diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt index cd4462c0eb..0989c28a9d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt @@ -32,8 +32,9 @@ -
    -

    Sending your list

    +

    Sending your list

    +
    + Enter message details
    1. -- 2.30.2