From 6ea5931cf1b1883526936015c35eca0fec07ca3d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 25 May 2016 17:05:58 +0100 Subject: [PATCH] Bug 16587: Same fixes for the staff interface Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher (cherry picked from commit 120967a6a9e777d0f99300fdbb6552943ce6e9af) Signed-off-by: Julian Maurice --- .../intranet-tmpl/prog/en/modules/basket/sendbasketform.tt | 2 +- .../prog/en/modules/virtualshelves/sendshelfform.tt | 2 +- 2 files changed, 2 insertions(+), 2 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 93a0f9d7b1..ef116fce07 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt @@ -7,7 +7,7 @@ [% IF ( SENT ) %]

Message sent

-

The cart was sent to: [% email_add %]

+

The cart was sent to: [% email_add |html %]

Close window

[% END %] [% IF ( error ) %] 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 8c44afa595..814384f50c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt @@ -6,7 +6,7 @@ [% IF ( SENT ) %]

Message sent

-

The list was sent to: [% email %]

+

The list was sent to: [% email | html %]

Close window

[% END %] [% IF ( error ) %] -- 2.20.1