Bug 36915: (follow-up) Make basic sample notice html and add breaks
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
1f444a679f
commit
08f5164064
1 changed files with 11 additions and 10 deletions
|
@ -47,21 +47,22 @@ tables:
|
|||
code: BOOKING_CANCELLATION
|
||||
branchcode: ""
|
||||
name: "Booking cancellation notice"
|
||||
is_html: 0
|
||||
title: "A library bookings has been cancelled"
|
||||
is_html: 1
|
||||
title: "A library booking was cancelled"
|
||||
message_transport_type: email
|
||||
lang: default
|
||||
content:
|
||||
- "[%- PROCESS 'html_helpers.inc' -%]"
|
||||
- "[%- USE KohaDates -%]"
|
||||
- "Dear [%- INCLUDE 'patron-title.inc' patron => booking.patron -%],"
|
||||
- ""
|
||||
- "We regret to inform you, that the following booking has been cancelled."
|
||||
- ""
|
||||
- "Title: [%- INCLUDE 'biblio-title.inc' biblio=booking.biblio link = 0 -%]"
|
||||
- "Dates: [% booking.start_date | $KohaDates %] to [% booking.end_date | $KohaDates %]"
|
||||
- ""
|
||||
- "You library."
|
||||
- "Dear [%- INCLUDE 'patron-title.inc' patron => booking.patron -%],<br>"
|
||||
- "<br>"
|
||||
- "We regret to inform you, that the following booking has been cancelled.<br>"
|
||||
- "<br>"
|
||||
- "Title: [%- INCLUDE 'biblio-title.inc' biblio=booking.biblio link = 0 -%]<br>"
|
||||
- "<br>"
|
||||
- "Dates: [% booking.start_date | $KohaDates %] to [% booking.end_date | $KohaDates %]<br>"
|
||||
- "<br>"
|
||||
- "Your library."
|
||||
|
||||
- module: catalogue
|
||||
code: TICKET_ACKNOWLEDGE
|
||||
|
|
Loading…
Reference in a new issue