|
Lines 117-119
http://<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower
Link Here
|
| 117 |
|
117 |
|
| 118 |
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.' |
118 |
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.' |
| 119 |
); |
119 |
); |
|
|
120 |
|
| 121 |
INSERT INTO letter (module, code, branchcode, name, is_html, title, content) |
| 122 |
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron, |
| 123 |
|
| 124 |
One of our patrons, <<borrowers.firstname>> <<borrowers.surname>>, invites you to share his list <<listname>> in our library catalog. |
| 125 |
|
| 126 |
To access this shared list, please click on the following URL or copy-and-paste it into your browser address bar. |
| 127 |
|
| 128 |
<<shareurl>> |
| 129 |
|
| 130 |
In case you are not a patron in our library or do not want to accept this invitation, please ignore this mail. Note also that this invitation expires within two weeks. |
| 131 |
|
| 132 |
Thank you. |
| 133 |
|
| 134 |
Your library.' |
| 135 |
); |