Bug 13218: (RM followup) only scroll on actually variable stuff
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / virtualshelves / sendshelf.tt
index 644e7d9..f3738f4 100644 (file)
@@ -1,5 +1,5 @@
 <SUBJECT>
-Your List : [% shelfname %]
+Your list: [% shelfname %]
 <END_SUBJECT>
 
 [% USE HtmlToText %]
@@ -13,7 +13,7 @@ Your List : [% shelfname %]
     <p>Here is your list called [% shelfname %], sent from our online catalog.</p>
 
     <p>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.</p>
     <hr/>
 [% END %]
@@ -55,7 +55,7 @@ Your List : [% shelfname %]
             </span><br/>
             [% END %]
 
-            [% IF ( BIBLIO_RESULT.ISBN && BIBLIO_RESULT.size > 0 ) %]
+            [% IF ( BIBLIO_RESULT.ISBN ) %]
             <span>
                 ISBN: [% FOREACH isbn IN BIBLIO_RESULT.ISBN %]
                           [% isbn.marcisbn %]
@@ -73,8 +73,8 @@ Your List : [% shelfname %]
                 [% IF ( BIBLIO_RESULT.pages ) %]
                     , [% BIBLIO_RESULT.pages %]
                 [% END %]
-                [% IF BIBLIO_RESULT.size %]
-                , [% BIBLIO_RESULT.size %]
+                [% IF BIBLIO_RESULT.item('size') %]
+                , [% BIBLIO_RESULT.item('size') %]
                 [% END %]
             </span><br/>
             [% END %]
@@ -134,7 +134,7 @@ Your List : [% shelfname %]
             [% END %]
             [% IF ( BIBLIO_RESULT.url ) %]
             <span>
-                URL: [% BIBLIO_RESULT.url %]
+                URL: [% BIBLIO_RESULT.url |url %]
             </span>
             [% END %]
             </p>
@@ -162,5 +162,4 @@ Your List : [% shelfname %]
     </ol>
 
 [% END %]
-
 <END_MESSAGE>