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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt (-6 / +5 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 10-19 Your List : [% shelfname %] Link Here
10
[% FILTER html2text %]
10
[% FILTER html2text %]
11
    <p>Hi,</p>
11
    <p>Hi,</p>
12
12
13
    <p>Here is your list called [% shelfname %], sent from our online catalog.</p>
13
    <p>[% firstname %] [% surname %] sent you from our online catalog, the
14
    virtual shelf called : [% shelfname %].</p>
14
15
15
    <p>Please note that the attached file is a MARC bibliographic records file
16
    <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,
17
    which can be imported into personal bibliographic software like EndNote,
17
    Reference Manager or ProCite.</p>
18
    Reference Manager or ProCite.</p>
18
    <hr/>
19
    <hr/>
19
[% END %]
20
[% END %]
Lines 134-140 Your List : [% shelfname %] Link Here
134
            [% END %]
135
            [% END %]
135
            [% IF ( BIBLIO_RESULT.url ) %]
136
            [% IF ( BIBLIO_RESULT.url ) %]
136
            <span>
137
            <span>
137
                URL: [% BIBLIO_RESULT.url %]
138
                URL: [% BIBLIO_RESULT.url |url %]
138
            </span>
139
            </span>
139
            [% END %]
140
            [% END %]
140
            </p>
141
            </p>
Lines 162-166 Your List : [% shelfname %] Link Here
162
    </ol>
163
    </ol>
163
164
164
[% END %]
165
[% END %]
165
166
<END_MESSAGE>
166
<END_MESSAGE>
167
- 

Return to bug 11248