@@ -, +, @@ - Fixes some capitalization problems - Adds an URL filter --- .../prog/en/modules/virtualshelves/sendshelf.tt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt +++ a/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 %] - --