View | Details | Raw Unified | Return to bug 11248
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt (-5 / +3 lines)
Lines 1-5 Link Here
1
<SUBJECT>
1
<SUBJECT>
2
Your List : [% shelfname %]
2
Your list: [% shelfname %]
3
<END_SUBJECT>
3
<END_SUBJECT>
4
4
5
[% USE HtmlToText %]
5
[% USE HtmlToText %]
Lines 13-19 Your List : [% shelfname %] Link Here
13
    <p>Here is your list called [% shelfname %], sent from our online catalog.</p>
13
    <p>Here is your list called [% shelfname %], sent from our online catalog.</p>
14
14
15
    <p>Please note that the attached file is a MARC bibliographic records file
15
    <p>Please note that the attached file is a MARC bibliographic records file
16
    which can be imported into a Personal Bibliographic Software like EndNote,
16
    which can be imported into personal bibliographic software like EndNote,
17
    Reference Manager or ProCite.</p>
17
    Reference Manager or ProCite.</p>
18
    <hr/>
18
    <hr/>
19
[% END %]
19
[% END %]
Lines 134-140 Your List : [% shelfname %] Link Here
134
            [% END %]
134
            [% END %]
135
            [% IF ( BIBLIO_RESULT.url ) %]
135
            [% IF ( BIBLIO_RESULT.url ) %]
136
            <span>
136
            <span>
137
                URL: [% BIBLIO_RESULT.url %]
137
                URL: [% BIBLIO_RESULT.url |url %]
138
            </span>
138
            </span>
139
            [% END %]
139
            [% END %]
140
            </p>
140
            </p>
Lines 162-166 Your List : [% shelfname %] Link Here
162
    </ol>
162
    </ol>
163
163
164
[% END %]
164
[% END %]
165
166
<END_MESSAGE>
165
<END_MESSAGE>
167
- 

Return to bug 11248