From 5b8494dcc9256358865eb1b8a49a91d96cddb2bb 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
- Fixes some capitalization problems
- Adds an URL filter
Signed-off-by: Jonathan Druart
Signed-off-by: Kyle M Hall
Signed-off-by: Galen Charlton
---
.../prog/en/modules/virtualshelves/sendshelf.tt | 7 +++----
1 file changed, 3 insertions(+), 4 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 644e7d9f23..062b5da0c7 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 %]
@@ -13,7 +13,7 @@ Your List : [% shelfname %]
Here is your list called [% shelfname %], sent from our online catalog.
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 +134,7 @@ Your List : [% shelfname %]
[% END %]
[% IF ( BIBLIO_RESULT.url ) %]
- URL: [% BIBLIO_RESULT.url %]
+ URL: [% BIBLIO_RESULT.url |url %]
[% END %]
@@ -162,5 +162,4 @@ Your List : [% shelfname %]
[% END %]
-
--
2.39.5