Lines 948-976
tables:
Link Here
|
948 |
- "[% branch.branchillemail %]" |
948 |
- "[% branch.branchillemail %]" |
949 |
- "[% branch.branchemail %]" |
949 |
- "[% branch.branchemail %]" |
950 |
|
950 |
|
951 |
- module: members |
|
|
952 |
code: ACCTDETAILS |
953 |
branchcode: "" |
954 |
name: "Account details template - DEFAULT" |
955 |
is_html: 0 |
956 |
title: "Your new Koha account details." |
957 |
message_transport_type: email |
958 |
lang: default |
959 |
content: |
960 |
- "Hello <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>." |
961 |
- "" |
962 |
- "Your new Koha account details are:" |
963 |
- "" |
964 |
- "User: <<borrowers.userid>>" |
965 |
- "" |
966 |
- "If you have any problems or questions regarding your account, please contact your Koha Administrator." |
967 |
- "" |
968 |
- "If you do not have your account password, please contact your Koha Administrator." |
969 |
- "" |
970 |
- "Thank you," |
971 |
- "Koha Administrator" |
972 |
- "kohaadmin@yoursite.org" |
973 |
|
974 |
- module: members |
951 |
- module: members |
975 |
code: DISCHARGE |
952 |
code: DISCHARGE |
976 |
branchcode: "" |
953 |
branchcode: "" |
Lines 1086-1091
tables:
Link Here
|
1086 |
- "" |
1063 |
- "" |
1087 |
- "Your library." |
1064 |
- "Your library." |
1088 |
|
1065 |
|
|
|
1066 |
- module: members |
1067 |
code: WELCOME |
1068 |
branchcode: "" |
1069 |
name: "Welcome notice " |
1070 |
is_html: 1 |
1071 |
title: "[% USE Koha %]Welcome to [% Koha.Preference('LibraryName') %]" |
1072 |
message_transport_type: email |
1073 |
lang: default |
1074 |
content: |
1075 |
- "[% USE Koha %]" |
1076 |
- "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]." |
1077 |
- "" |
1078 |
- "Thankyou for joining [% Koha.Preference('LibraryName') %]" |
1079 |
- "" |
1080 |
- "The library's catalog can be found <a href='[% Koha.Preference('OPACBaseURL') %]'>here</a>." |
1081 |
- "" |
1082 |
- "Your library card number is [% borrower.cardnumber %]" |
1083 |
- "" |
1084 |
- "If you have any problems or questions regarding your account, please contact your Koha Administrator." |
1085 |
|
1089 |
- module: orderacquisition |
1086 |
- module: orderacquisition |
1090 |
code: ACQORDER |
1087 |
code: ACQORDER |
1091 |
branchcode: "" |
1088 |
branchcode: "" |
1092 |
- |
|
|