Lines 1-7
Link Here
|
1 |
$DBversion = 'XXX'; |
1 |
$DBversion = 'XXX'; |
2 |
if( CheckVersion( $DBversion ) ) { |
2 |
if( CheckVersion( $DBversion ) ) { |
3 |
$dbh->do(q{ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES |
3 |
$dbh->do(q{ INSERT IGNORE INTO letter (module, code, branchcode, name, is_html, title, content, message_transport_type, lang) VALUES |
4 |
('catalog','LIST','','Send list',0,'Your list: [% listname | html %]',"Hi, |
4 |
('catalogue','LIST','','Send list',1,'Your list: [% listname | html %]',"Hi, |
5 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %]. |
5 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %]. |
6 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite. |
6 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite. |
7 |
<hr/>[% comment | html %]<hr/> |
7 |
<hr/>[% comment | html %]<hr/> |
Lines 25-31
Please note that the attached file is a MARC bibliographic records file which ca
Link Here
|
25 |
[% IF item.itemcallnumber %]([% item.itemcallnumber | html %])[% END %] |
25 |
[% IF item.itemcallnumber %]([% item.itemcallnumber | html %])[% END %] |
26 |
[% item.barcode | html %]</li>[% END %]</ul>[% END %] |
26 |
[% item.barcode | html %]</li>[% END %]</ul>[% END %] |
27 |
<hr/></li>[% END %]</ol>", 'email','default' ), |
27 |
<hr/></li>[% END %]</ol>", 'email','default' ), |
28 |
('catalog','CART','','Send cart',0,'Your cart',"Hi, |
28 |
('catalogue','CART','','Send cart',1,'Your cart',"Hi, |
29 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog. |
29 |
[% borrower.firstname | html %] [% borrower.surname | html %] sent you a cart from our online catalog. |
30 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite. |
30 |
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite. |
31 |
<hr/>[% comment | html %]<hr/> |
31 |
<hr/>[% comment | html %]<hr/> |