|
Lines 55-66
tables:
Link Here
|
| 55 |
- "[%- PROCESS 'html_helpers.inc' -%]" |
55 |
- "[%- PROCESS 'html_helpers.inc' -%]" |
| 56 |
- "Dear [%- INCLUDE 'patron-title.inc' patron => ticket.reporter -%],<br>" |
56 |
- "Dear [%- INCLUDE 'patron-title.inc' patron => ticket.reporter -%],<br>" |
| 57 |
- "<br>" |
57 |
- "<br>" |
| 58 |
- "Thankyou for your report concerning [%- INCLUDE 'biblio-title.inc' biblio=ticket.biblio link = 0 -%].<br>" |
58 |
- "Thank you for your report concerning [%- INCLUDE 'biblio-title.inc' biblio=ticket.biblio link = 0 -%].<br>" |
| 59 |
- "<br>" |
59 |
- "<br>" |
| 60 |
- "You reported: <br>" |
60 |
- "You reported: <br>" |
| 61 |
- "[%- ticket.body -%]<br>" |
61 |
- "[%- ticket.body -%]<br>" |
| 62 |
- "<br>" |
62 |
- "<br>" |
| 63 |
- "Thankyou" |
63 |
- "Thank you" |
| 64 |
|
64 |
|
| 65 |
- module: catalogue |
65 |
- module: catalogue |
| 66 |
code: TICKET_RESOLVE |
66 |
code: TICKET_RESOLVE |
|
Lines 79-85
tables:
Link Here
|
| 79 |
- "The following comment was left: <br>" |
79 |
- "The following comment was left: <br>" |
| 80 |
- "[%- ticket_update.message -%]<br>" |
80 |
- "[%- ticket_update.message -%]<br>" |
| 81 |
- "<br>" |
81 |
- "<br>" |
| 82 |
- "Thankyou" |
82 |
- "Thank you" |
| 83 |
|
83 |
|
| 84 |
- module: catalogue |
84 |
- module: catalogue |
| 85 |
code: TICKET_UPDATE |
85 |
code: TICKET_UPDATE |
|
Lines 98-104
tables:
Link Here
|
| 98 |
- "The following comment was left: <br>" |
98 |
- "The following comment was left: <br>" |
| 99 |
- "[%- ticket_update.message -%]<br>" |
99 |
- "[%- ticket_update.message -%]<br>" |
| 100 |
- "<br>" |
100 |
- "<br>" |
| 101 |
- "Thankyou" |
101 |
- "Thank you" |
| 102 |
|
102 |
|
| 103 |
- module: catalogue |
103 |
- module: catalogue |
| 104 |
code: TICKET_NOTIFY |
104 |
code: TICKET_NOTIFY |
| 105 |
- |
|
|