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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 25 May 2016 22:14:34 +0000 (22:14 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt

index 93a0f9d..ef116fc 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 8c44afa..814384f 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 ) %]