Bug 16587: Same fixes for the staff interface
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 25 May 2016 16:05:58 +0000 (17:05 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Aug 2016 20:29:29 +0000 (08:29 +1200)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt

index d0f7957..4a82272 100644 (file)
@@ -7,7 +7,7 @@
 
        [% IF ( SENT ) %]
         <h3>Message sent</h3>
-           <p>The cart was sent to: [% email_add %]</p>
+        <p>The cart was sent to: [% email_add |html %]</p>
                <p><a class="focus close" href="#">Close window</a></p>
        [% END %]
        [% IF ( error ) %]
index e38a071..9c37e0e 100644 (file)
@@ -6,7 +6,7 @@
 
     [% IF ( SENT ) %]
         <h3>Message sent</h3>
-        <p>The list was sent to: [% email %]</p>
+        <p>The list was sent to: [% email | html %]</p>
         <p><a class="close focus" href="#">Close window</a></p>
     [% END %]
     [% IF ( error ) %]