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 56-62 Link Here
56
		<td>
56
		<td>
57
            <a class="notice-title" href="#">[% QUEUED_MESSAGE.subject %]</a>
57
            <a class="notice-title" href="#">[% QUEUED_MESSAGE.subject %]</a>
58
            <p class="notice">
58
            <p class="notice">
59
                [% QUEUED_MESSAGE.content FILTER html_line_break %]
59
                <iframe srcdoc="[% QUEUED_MESSAGE.content FILTER html_line_break FILTER html %]"></iframe>
60
            </p>
60
            </p>
61
        </td>
61
        </td>
62
		<td>
62
		<td>
63
- 

Return to bug 12123