Lines 1490-1495
tables:
Link Here
|
1490 |
- "<br>" |
1490 |
- "<br>" |
1491 |
- "If you have any problems or questions regarding your account, please contact the library." |
1491 |
- "If you have any problems or questions regarding your account, please contact the library." |
1492 |
|
1492 |
|
|
|
1493 |
- module: members |
1494 |
code: WELCOME |
1495 |
branchcode: "" |
1496 |
name: "Welcome notice " |
1497 |
is_html: 1 |
1498 |
title: "[% USE Koha %][% IF Koha.Preference('LibraryName') %]Welcome to [% Koha.Preference('LibraryName') %][% ELSE %]Welcome to the library[% END %]" |
1499 |
message_transport_type: print |
1500 |
lang: default |
1501 |
content: |
1502 |
- "[% USE Koha %]" |
1503 |
- "<div class=\"container mt-5\">" |
1504 |
- "<div class=\"row\">" |
1505 |
- " <div class=\"col-6\">" |
1506 |
- " <p>" |
1507 |
- " <strong>[% borrower.firstname %] [% borrower.surname %]</strong><br>" |
1508 |
- " [% borrower.address %]<br>" |
1509 |
- " [% borrower.city %] [% borrower.zipcode %]<br>" |
1510 |
- " [% borrower.country %]<br>" |
1511 |
- " </p>" |
1512 |
- " </div>" |
1513 |
- " <div class=\"col-6 text-end\">" |
1514 |
- " <p>" |
1515 |
- " <strong>[% branch.branchname %]</strong><br>" |
1516 |
- " [% branch.branchaddress1 %]<br>" |
1517 |
- " [% branch.branchaddress2 %]<br>" |
1518 |
- " </p>" |
1519 |
- " </div>" |
1520 |
- " <div class=\"row mb-4\">" |
1521 |
- " <div class=\"col-12\">" |
1522 |
- " <p class=\"text-end\">" |
1523 |
- " <strong>[% today %]</strong>" |
1524 |
- " </p>" |
1525 |
- " </div>" |
1526 |
- " <div class=\"row mb-4\">" |
1527 |
- " <div class=\"col-12\">" |
1528 |
- " <p>Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]</p>" |
1529 |
- " </div>" |
1530 |
- " </div>" |
1531 |
- " <div class=\"row mb-4\">" |
1532 |
- " <div class=\"col-12\">" |
1533 |
- " <p>" |
1534 |
- " Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]<br>" |
1535 |
- " </p>" |
1536 |
- " <p>" |
1537 |
- " You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>.<br>" |
1538 |
- " </p>" |
1539 |
- " <p>" |
1540 |
- " Your library card number is [% borrower.cardnumber %]<br>" |
1541 |
- " </p>" |
1542 |
- " <p>" |
1543 |
- " If you have any problems or questions regarding your account, please contact the library.<br>" |
1544 |
- " </p>" |
1545 |
- " </div>" |
1546 |
- " </div>" |
1547 |
- "</div>" |
1548 |
|
1493 |
- module: members |
1549 |
- module: members |
1494 |
code: 2FA_OTP_TOKEN |
1550 |
code: 2FA_OTP_TOKEN |
1495 |
branchcode: "" |
1551 |
branchcode: "" |
1496 |
- |
|
|