Lines 492-494
The following item, [% biblio.title %], has correctly been renewed and is now du
Link Here
|
492 |
[% END %]", 'email'); |
492 |
[% END %]", 'email'); |
493 |
|
493 |
|
494 |
INSERT INTO `letter` VALUES ('reserves','HOLD_CANCELLATION','','Hold Cancellation',0,'Your hold was canceled.','[%- USE AuthorisedValues -%]\r\nDear [% borrower.firstname %] [% borrower.surname %],\r\n\r\nYour hold for [% biblio.title %] was canceled for the following reason: [% AuthorisedValues.GetByCode( \'HOLD_CANCELLATION\', hold.cancellation_reason ) %]','email','default'); |
494 |
INSERT INTO `letter` VALUES ('reserves','HOLD_CANCELLATION','','Hold Cancellation',0,'Your hold was canceled.','[%- USE AuthorisedValues -%]\r\nDear [% borrower.firstname %] [% borrower.surname %],\r\n\r\nYour hold for [% biblio.title %] was canceled for the following reason: [% AuthorisedValues.GetByCode( \'HOLD_CANCELLATION\', hold.cancellation_reason ) %]','email','default'); |
495 |
- |
495 |
|
|
|
496 |
INSERT IGNORE INTO `letter` (module, code, name, title, content, is_html, message_transport_type) VALUES ('members', 'STAFF_VER_OPAC_REG', 'New patron Opac Self-Registration to verify', 'Verify new Opac patron self registration', '<h3>Opac self registration pending verification</h3> |
497 |
<p><h4>Submitted Opac patron self registration:<h4> |
498 |
<ul> |
499 |
<li><<borrower_modifications.cardnumber>></li> |
500 |
<li><<borrower_modifications.title>> <<borrower_modifications.firstname>> <<borrower_modifications.surname>></li> |
501 |
<li>Physical address: <<borrower_modifications.streetnumber>> <<borrower_modifications.streettype>> <<borrower_modifications.address>> <<borrower_modifications.address2>>, <<borrower_modifications.city>>, <<borrower_modifications.state>> <<borrower_modifications.zipcode>>, <<borrower_modifications.country>></li> |
502 |
<li>Email: <<borrower_modifications.email>></li> |
503 |
<li>Phone: <<borrower_modifications.phone>></li> |
504 |
<li>Mobile: <<borrower_modifications.mobile>></li> |
505 |
<li>Fax: <<borrower_modifications.fax>></li> |
506 |
<li>Secondary email: <<borrower_modifications.emailpro>></li> |
507 |
<li>Secondary phone:<<borrower_modifications.phonepro>></li> |
508 |
<li>Home library: <<borrower_modifications.branchcode>></li> |
509 |
<li>Temporary patron category: <<borrower_modifications.categorycode>></li> |
510 |
</ul> |
511 |
</p> |
512 |
<p> |
513 |
If you wish to create a Koha patron account thereby giving this patron Opac access please click on this verification link: |
514 |
<p> |
515 |
<p> |
516 |
<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>>&approved=1 |
517 |
</p> |
518 |
<p> |
519 |
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly. |
520 |
</p>', 1, 'email'), ('members', 'PATRON_AND_LIB_VER', 'Opac Self-Registration Verify Your Email', 'Verify your entered OPAC Self registration email address', 'Hello! |
521 |
<p>Before we can create your library account two things need to happen: |
522 |
<br>1. You verify your email address - To do this please click this link:<br> |
523 |
<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>> |
524 |
<br>2. A librarian will review your registration and if approved you will receive an email containing a link to the Koha password reset page where you can set a Koha password. |
525 |
</p> |
526 |
<p>If you did not initiate this request, you may safely ignore this one-time message the request will expire shortly.</p>', 1, 'email'), ('members', 'SELF_REG_APPROVED', 'Self registration approved', 'Your self registration has been approved', '<h3>Please click the password reset link below to reset your Koha password then you will be able to login to the OPAC:</h3> |
527 |
<p> |
528 |
<<OPACBaseURL>>/cgi-bin/koha/opac-password-recovery.pl?borrowernumber=<<borrowers.borrowernumber>> |
529 |
</p>', 1, 'email'); |