Lines 1-5
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE String %] |
3 |
[% USE Koha %] |
4 |
[% USE Koha %] |
4 |
[% USE AuthorisedValues %] |
5 |
[% USE AuthorisedValues %] |
5 |
[% USE Branches %] |
6 |
[% USE Branches %] |
Lines 64-71
Link Here
|
64 |
[% FOREACH QUEUED_MESSAGE IN QUEUED_MESSAGES %] |
65 |
[% FOREACH QUEUED_MESSAGE IN QUEUED_MESSAGES %] |
65 |
<tr> |
66 |
<tr> |
66 |
<td> |
67 |
<td> |
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> |
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 %] ([% QUEUED_MESSAGE.content_type %])</a> |
68 |
<iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="[% QUEUED_MESSAGE.content | html | html_line_break %]"></iframe> |
69 |
[% IF QUEUED_MESSAGE.content_type.search('html') %] |
|
|
70 |
<iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="[% QUEUED_MESSAGE.content | html %]"></iframe> |
71 |
[% ELSE %] |
72 |
<iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="<pre>[% QUEUED_MESSAGE.content | html %]</pre>"></iframe> |
73 |
[% END %] |
69 |
</td> |
74 |
</td> |
70 |
<td> |
75 |
<td> |
71 |
[% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]<span>email</span> |
76 |
[% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]<span>email</span> |