Lines 1588-1593
tables:
Link Here
|
1588 |
- "<br>" |
1588 |
- "<br>" |
1589 |
- "If you have any problems or questions regarding your account, please contact the library." |
1589 |
- "If you have any problems or questions regarding your account, please contact the library." |
1590 |
|
1590 |
|
|
|
1591 |
- module: members |
1592 |
code: WELCOME |
1593 |
branchcode: "" |
1594 |
name: "Welcome notice " |
1595 |
is_html: 1 |
1596 |
title: "[% USE Koha %][% IF Koha.Preference('LibraryName') %]Welcome to [% Koha.Preference('LibraryName') %][% ELSE %]Welcome to the library[% END %]" |
1597 |
message_transport_type: print |
1598 |
lang: default |
1599 |
content: |
1600 |
- "[% USE Koha %]" |
1601 |
- "<div class=\"container mt-5\">" |
1602 |
- "<div class=\"row\">" |
1603 |
- " <div class=\"col-6\">" |
1604 |
- " <p>" |
1605 |
- " <strong>[% borrower.firstname %] [% borrower.surname %]</strong><br>" |
1606 |
- " [% borrower.address %]<br>" |
1607 |
- " [% borrower.city %] [% borrower.zipcode %]<br>" |
1608 |
- " [% borrower.country %]<br>" |
1609 |
- " </p>" |
1610 |
- " </div>" |
1611 |
- " <div class=\"col-6 text-end\">" |
1612 |
- " <p>" |
1613 |
- " <strong>[% branch.branchname %]</strong><br>" |
1614 |
- " [% branch.branchaddress1 %]<br>" |
1615 |
- " [% branch.branchaddress2 %]<br>" |
1616 |
- " </p>" |
1617 |
- " </div>" |
1618 |
- " <div class=\"row mb-4\">" |
1619 |
- " <div class=\"col-12\">" |
1620 |
- " <p class=\"text-end\">" |
1621 |
- " <strong>[% today %]</strong>" |
1622 |
- " </p>" |
1623 |
- " </div>" |
1624 |
- " <div class=\"row mb-4\">" |
1625 |
- " <div class=\"col-12\">" |
1626 |
- " <p>Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]</p>" |
1627 |
- " </div>" |
1628 |
- " </div>" |
1629 |
- " <div class=\"row mb-4\">" |
1630 |
- " <div class=\"col-12\">" |
1631 |
- " <p>" |
1632 |
- " Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]<br>" |
1633 |
- " </p>" |
1634 |
- " <p>" |
1635 |
- " You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>.<br>" |
1636 |
- " </p>" |
1637 |
- " <p>" |
1638 |
- " Your library card number is [% borrower.cardnumber %]<br>" |
1639 |
- " </p>" |
1640 |
- " <p>" |
1641 |
- " If you have any problems or questions regarding your account, please contact the library.<br>" |
1642 |
- " </p>" |
1643 |
- " </div>" |
1644 |
- " </div>" |
1645 |
- "</div>" |
1646 |
|
1591 |
- module: members |
1647 |
- module: members |
1592 |
code: 2FA_OTP_TOKEN |
1648 |
code: 2FA_OTP_TOKEN |
1593 |
branchcode: "" |
1649 |
branchcode: "" |
1594 |
- |
|
|