|
Lines 1-6
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
| 3 |
[% USE String %] |
|
|
| 4 |
[% USE Koha %] |
3 |
[% USE Koha %] |
| 5 |
[% USE AuthorisedValues %] |
4 |
[% USE AuthorisedValues %] |
| 6 |
[% USE Branches %] |
5 |
[% USE Branches %] |
|
Lines 66-76
Link Here
|
| 66 |
<tr> |
65 |
<tr> |
| 67 |
<td> |
66 |
<td> |
| 68 |
<a class="notice-title" data-noticeid="[% QUEUED_MESSAGE.message_id | html %]" href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber | uri %]&noticeid=[% QUEUED_MESSAGE.message_id | uri %]">[% QUEUED_MESSAGE.subject | html %]</a> |
67 |
<a class="notice-title" data-noticeid="[% QUEUED_MESSAGE.message_id | html %]" href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber | uri %]&noticeid=[% QUEUED_MESSAGE.message_id | uri %]">[% QUEUED_MESSAGE.subject | html %]</a> |
| 69 |
[% IF QUEUED_MESSAGE.content_type.search('html') %] |
|
|
| 70 |
<iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="[% QUEUED_MESSAGE.html_content | html %]"></iframe> |
68 |
<iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="[% QUEUED_MESSAGE.html_content | html %]"></iframe> |
| 71 |
[% ELSE %] |
|
|
| 72 |
<iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="[% QUEUED_MESSAGE.content | html | html_line_break %]"></iframe> |
| 73 |
[% END %] |
| 74 |
</td> |
69 |
</td> |
| 75 |
<td> |
70 |
<td> |
| 76 |
[% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]<span>email</span> |
71 |
[% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]<span>email</span> |
| 77 |
- |
|
|