View | Details | Raw Unified | Return to bug 35187
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-10 / +9 lines)
Lines 1418-1432 tables: Link Here
1418
          lang: default
1418
          lang: default
1419
          content:
1419
          content:
1420
            - "[% USE Koha %]"
1420
            - "[% USE Koha %]"
1421
            - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]."
1421
            - "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %].<br>"
1422
            - ""
1422
            - "<br>"
1423
            - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]"
1423
            - "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]<br>"
1424
            - ""
1424
            - "<br>"
1425
            - "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>."
1425
            - "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>.<br>"
1426
            - ""
1426
            - "<br>"
1427
            - "Your library card number is [% borrower.cardnumber %]"
1427
            - "Your library card number is [% borrower.cardnumber %]<br>"
1428
            - ""
1428
            - "<br>"
1429
            - "If you have any problems or questions regarding your account, please contact the library."
1429
             - "If you have any problems or questions regarding your account, please contact the library."
1430
1430
1431
        - module: members
1431
        - module: members
1432
          code: 2FA_OTP_TOKEN
1432
          code: 2FA_OTP_TOKEN
1433
- 

Return to bug 35187