Bug 19641: (follow-up) Move patron templates to the footer
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / virtualshelves / sendshelf.tt
index 644e7d9..de330d2 100644 (file)
@@ -1,10 +1,8 @@
 <SUBJECT>
-Your List : [% shelfname %]
+Your list: [% shelfname %]
 <END_SUBJECT>
 
 [% USE HtmlToText %]
-[% myhtml FILTER html2text(leftmargin => 0, rightmargin => 0) %]
-[% myhtmltext | html2text %]
 
 <HEADER>
 [% FILTER html2text %]
@@ -13,7 +11,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,10 +53,10 @@ 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 %]
+                          [% isbn %]
                           [% UNLESS ( loop.last ) %]; [% END %]
                       [% END %]
             </span><br/>
@@ -73,8 +71,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 %]
@@ -162,5 +160,4 @@ Your List : [% shelfname %]
     </ol>
 
 [% END %]
-
 <END_MESSAGE>