From 283477d54c08aa7378037099c0280a3217fd8184 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 17 Nov 2013 18:37:59 +0100 Subject: [PATCH] Bug 11248: Follow up - Fix template for translated list emails in staff Copied over the template changes done for the OPAC to the staff template. To test: - Update and install translation files - Send yourself a shelf from the staff interface vie email - Check formatting and links are correct --- .../intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt index 644e7d9..7b22405 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt @@ -1,5 +1,5 @@ -Your List : [% shelfname %] +Your list : [% shelfname %] [% USE HtmlToText %] @@ -10,10 +10,11 @@ Your List : [% shelfname %] [% FILTER html2text %]

Hi,

-

Here is your list called [% shelfname %], sent from our online catalog.

+

[% firstname %] [% surname %] sent you from our online catalog, the + virtual shelf called : [% shelfname %].

Please note that the attached file is a MARC bibliographic records file - which can be imported into a Personal Bibliographic Software like EndNote, + which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite.


[% END %] @@ -134,7 +135,7 @@ Your List : [% shelfname %] [% END %] [% IF ( BIBLIO_RESULT.url ) %] - URL: [% BIBLIO_RESULT.url %] + URL: [% BIBLIO_RESULT.url |url %] [% END %]

@@ -162,5 +163,4 @@ Your List : [% shelfname %] [% END %] - -- 1.8.3.2