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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-2 / +1 lines)
Lines 42-48 Link Here
42
		<td>
42
		<td>
43
            <a class="notice-title" data-noticeid="[% QUEUED_MESSAGE.message_id %]" href="#">[% QUEUED_MESSAGE.subject %]</a>
43
            <a class="notice-title" data-noticeid="[% QUEUED_MESSAGE.message_id %]" href="#">[% QUEUED_MESSAGE.subject %]</a>
44
            <div id="notice[% QUEUED_MESSAGE.message_id %]" class="notice">
44
            <div id="notice[% QUEUED_MESSAGE.message_id %]" class="notice">
45
                [% QUEUED_MESSAGE.content FILTER html_line_break %]
45
                <iframe srcdoc="[% QUEUED_MESSAGE.content FILTER html_line_break FILTER html %]"></iframe>
46
            </div>
46
            </div>
47
        </td>
47
        </td>
48
		<td>
48
		<td>
49
- 

Return to bug 12123