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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-34 / +33 lines)
Lines 173-194 tables: Link Here
173
            - "    [% IF ( credit.credit_type_code == 'PAYMENT' ) %]"
173
            - "    [% IF ( credit.credit_type_code == 'PAYMENT' ) %]"
174
            - "    <tr>"
174
            - "    <tr>"
175
            - "      <th colspan=\"2\">"
175
            - "      <th colspan=\"2\">"
176
            - "        Received with thanks from  [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br />"
176
            - "        Received with thanks from  [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br>"
177
            - "        Card number: [% credit.patron.cardnumber | html %]<br />"
177
            - "        Card number: [% credit.patron.cardnumber | html %]<br>"
178
            - "      </th>"
178
            - "      </th>"
179
            - "    </tr>"
179
            - "    </tr>"
180
            - "    [% ELSIF ( credit.credit_type_code == 'CREDIT' ) %]"
180
            - "    [% ELSIF ( credit.credit_type_code == 'CREDIT' ) %]"
181
            - "    <tr>"
181
            - "    <tr>"
182
            - "      <th colspan=\"2\">"
182
            - "      <th colspan=\"2\">"
183
            - "        Credit added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br />"
183
            - "        Credit added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br>"
184
            - "        Card number: [% credit.patron.cardnumber | html %]<br />"
184
            - "        Card number: [% credit.patron.cardnumber | html %]<br>"
185
            - "      </th>"
185
            - "      </th>"
186
            - "    </tr>"
186
            - "    </tr>"
187
            - "    [% ELSIF ( credit.credit_type_code == 'WRITEOFF' ) %]"
187
            - "    [% ELSIF ( credit.credit_type_code == 'WRITEOFF' ) %]"
188
            - "    <tr>"
188
            - "    <tr>"
189
            - "      <th colspan=\"2\">"
189
            - "      <th colspan=\"2\">"
190
            - "        Writeoff added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br />"
190
            - "        Writeoff added to account for [% credit.patron.firstname | html %] [% credit.patron.surname | html %] <br>"
191
            - "        Card number: [% credit.patron.cardnumber | html %]<br />"
191
            - "        Card number: [% credit.patron.cardnumber | html %]<br>"
192
            - "      </th>"
192
            - "      </th>"
193
            - "    </tr>"
193
            - "    </tr>"
194
            - "    [% END %]"
194
            - "    [% END %]"
Lines 283-290 tables: Link Here
283
            - "    </tr>"
283
            - "    </tr>"
284
            - "    <tr>"
284
            - "    <tr>"
285
            - "      <th colspan=\"3\" >"
285
            - "      <th colspan=\"3\" >"
286
            - "        Bill to: [% debit.patron.firstname | html %] [% debit.patron.surname | html %] <br />"
286
            - "        Bill to: [% debit.patron.firstname | html %] [% debit.patron.surname | html %] <br>"
287
            - "        Card number: [% debit.patron.cardnumber | html %]<br />"
287
            - "        Card number: [% debit.patron.cardnumber | html %]<br>"
288
            - "      </th>"
288
            - "      </th>"
289
            - "    </tr>"
289
            - "    </tr>"
290
            - "    [% IF debit.amountoutstanding != 0 %]"
290
            - "    [% IF debit.amountoutstanding != 0 %]"
Lines 688-700 tables: Link Here
688
            - "<ul>"
688
            - "<ul>"
689
            - "    <li><<borrowers.cardnumber>></li>"
689
            - "    <li><<borrowers.cardnumber>></li>"
690
            - "    <li><<borrowers.phone>></li>"
690
            - "    <li><<borrowers.phone>></li>"
691
            - "    <li> <<borrowers.address>><br />"
691
            - "    <li> <<borrowers.address>><br>"
692
            - "         <<borrowers.address2>><br />"
692
            - "         <<borrowers.address2>><br>"
693
            - "         <<borrowers.city>> <<borrowers.zipcode>>"
693
            - "         <<borrowers.city>> <<borrowers.zipcode>>"
694
            - "    </li>"
694
            - "    </li>"
695
            - "    <li><<borrowers.email>></li>"
695
            - "    <li><<borrowers.email>></li>"
696
            - "</ul>"
696
            - "</ul>"
697
            - "<br />"
697
            - "<br>"
698
            - "<h3>ITEM ON HOLD</h3>"
698
            - "<h3>ITEM ON HOLD</h3>"
699
            - "<h4><<biblio.title>></h4>"
699
            - "<h4><<biblio.title>></h4>"
700
            - "<h5><<biblio.author>></h5>"
700
            - "<h5><<biblio.author>></h5>"
Lines 718-734 tables: Link Here
718
          content:
718
          content:
719
            - "[%~ USE KohaDates ~%]"
719
            - "[%~ USE KohaDates ~%]"
720
            - "<h3><<branches.branchname>></h3>"
720
            - "<h3><<branches.branchname>></h3>"
721
            - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />"
721
            - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br>"
722
            - "(<<borrowers.cardnumber>>) <br />"
722
            - "(<<borrowers.cardnumber>>) <br>"
723
            - "<br>"
723
            - "<br>"
724
            - "<<today>><br />"
724
            - "<<today>><br>"
725
            - "<br>"
725
            - "<br>"
726
            - "<h4>Checked out today</h4>"
726
            - "<h4>Checked out today</h4>"
727
            - "<checkedout>"
727
            - "<checkedout>"
728
            - "<p>"
728
            - "<p>"
729
            - "<<biblio.title>> <br />"
729
            - "<<biblio.title>> <br>"
730
            - "Barcode: <<items.barcode>><br />"
730
            - "Barcode: <<items.barcode>><br>"
731
            - "Date due: <<issues.date_due>><br />"
731
            - "Date due: <<issues.date_due>><br>"
732
            - "</p>"
732
            - "</p>"
733
            - "</checkedout>"
733
            - "</checkedout>"
734
734
Lines 742-767 tables: Link Here
742
          lang: default
742
          lang: default
743
          content:
743
          content:
744
            - "<h3><<branches.branchname>></h3>"
744
            - "<h3><<branches.branchname>></h3>"
745
            - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />"
745
            - "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br>"
746
            - "(<<borrowers.cardnumber>>) <br />"
746
            - "(<<borrowers.cardnumber>>) <br>"
747
            - "<br>"
747
            - "<br>"
748
            - "<<today>><br />"
748
            - "<<today>><br>"
749
            - "<br>"
749
            - "<br>"
750
            - "<h4>Checked out</h4>"
750
            - "<h4>Checked out</h4>"
751
            - "<checkedout>"
751
            - "<checkedout>"
752
            - "<p>"
752
            - "<p>"
753
            - "<<biblio.title>> <br />"
753
            - "<<biblio.title>> <br>"
754
            - "Barcode: <<items.barcode>><br />"
754
            - "Barcode: <<items.barcode>><br>"
755
            - "Date due: <<issues.date_due>><br />"
755
            - "Date due: <<issues.date_due>><br>"
756
            - "</p>"
756
            - "</p>"
757
            - "</checkedout>"
757
            - "</checkedout>"
758
            - "<br>"
758
            - "<br>"
759
            - "<h4>Overdues</h4>"
759
            - "<h4>Overdues</h4>"
760
            - "<overdue>"
760
            - "<overdue>"
761
            - "<p>"
761
            - "<p>"
762
            - "<<biblio.title>> <br />"
762
            - "<<biblio.title>> <br>"
763
            - "Barcode: <<items.barcode>><br />"
763
            - "Barcode: <<items.barcode>><br>"
764
            - "Date due: <<issues.date_due>><br />"
764
            - "Date due: <<issues.date_due>><br>"
765
            - "</p>"
765
            - "</p>"
766
            - "</overdue>"
766
            - "</overdue>"
767
            - "<br>"
767
            - "<br>"
Lines 1366-1372 tables: Link Here
1366
            - "</p>"
1366
            - "</p>"
1367
            - "<p>"
1367
            - "<p>"
1368
            - "You can now create your new password using the following link:"
1368
            - "You can now create your new password using the following link:"
1369
            - "<br/><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1369
            - "<br><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1370
            - "</p>"
1370
            - "</p>"
1371
            - "<p>This link will be valid for 2 days from this email's reception, then you must reapply if you do not change your password.</p>"
1371
            - "<p>This link will be valid for 2 days from this email's reception, then you must reapply if you do not change your password.</p>"
1372
            - "<p>Thank you.</p>"
1372
            - "<p>Thank you.</p>"
Lines 1384-1390 tables: Link Here
1384
            - "</p>"
1384
            - "</p>"
1385
            - "<p>"
1385
            - "<p>"
1386
            - "Please create your new password using the following link:"
1386
            - "Please create your new password using the following link:"
1387
            - "<br/><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1387
            - "<br><a href=\"<<passwordreseturl>>\"><<passwordreseturl>></a>"
1388
            - "</p>"
1388
            - "</p>"
1389
            - "<p>This link will be valid for 5 days from this email's reception, then you must reapply if you do not change your password.</p>"
1389
            - "<p>This link will be valid for 5 days from this email's reception, then you must reapply if you do not change your password.</p>"
1390
            - "<p>Thank you.</p>"
1390
            - "<p>Thank you.</p>"
Lines 2176-2192 tables: Link Here
2176
          lang: default
2176
          lang: default
2177
          content:
2177
          content:
2178
            - "<h3>[% branch.branchname %]</h3>"
2178
            - "<h3>[% branch.branchname %]</h3>"
2179
            - "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />"
2179
            - "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br>"
2180
            - "([% borrower.cardnumber %]) <br />"
2180
            - "([% borrower.cardnumber %]) <br>"
2181
            - "<br>"
2181
            - "<br>"
2182
            - "[% today | $KohaDates %]<br />"
2182
            - "[% today | $KohaDates %]<br>"
2183
            - "<br>"
2183
            - "<br>"
2184
            - "<h4>Checked in today</h4>"
2184
            - "<h4>Checked in today</h4>"
2185
            - "[% FOREACH checkin IN old_checkouts %]"
2185
            - "[% FOREACH checkin IN old_checkouts %]"
2186
            - "[% SET item = checkin.item %]"
2186
            - "[% SET item = checkin.item %]"
2187
            - "<p>"
2187
            - "<p>"
2188
            - "[% item.biblio.title %] <br />"
2188
            - "[% item.biblio.title %] <br>"
2189
            - "Barcode: [% item.barcode %] <br />"
2189
            - "Barcode: [% item.barcode %] <br>"
2190
            - "</p>"
2190
            - "</p>"
2191
            - "[% END %]"
2191
            - "[% END %]"
2192
2192
2193
- 

Return to bug 35187