|
Lines 1731-1733
tables:
Link Here
|
| 1731 |
- "<p>This is to confirm that someone enabled two factor authentication on your account.</p>" |
1731 |
- "<p>This is to confirm that someone enabled two factor authentication on your account.</p>" |
| 1732 |
- "<p>If you did not do this, someone else may be using your account. Please contact technical support.</p>" |
1732 |
- "<p>If you did not do this, someone else may be using your account. Please contact technical support.</p>" |
| 1733 |
- "<p>Your library</p>" |
1733 |
- "<p>Your library</p>" |
| 1734 |
- |
1734 |
|
|
|
1735 |
- module: reserves |
| 1736 |
code: HOLD_CANCELLATION |
| 1737 |
branchcode: "" |
| 1738 |
name: "Notification of hold cancellation" |
| 1739 |
is_html: 0 |
| 1740 |
title: "Your hold was cancelled" |
| 1741 |
message_transport_type: email |
| 1742 |
lang: default |
| 1743 |
content: |
| 1744 |
- "[%- USE AuthorisedValues -%]" |
| 1745 |
- "Dear [% borrower.firstname %] [% borrower.surname %]," |
| 1746 |
- "" |
| 1747 |
- "Your hold for [% biblio.title %] was cancelled [% IF hold.cancellation_reason %] for the following reason: [% AuthorisedValues.GetByCode( 'HOLD_CANCELLATION', hold.cancellation_reason ) %][% END %]" |