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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-3 / +2 lines)
Lines 55-63 Link Here
55
	    <tr>
55
	    <tr>
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
            <div class="notice">
59
                [% QUEUED_MESSAGE.content FILTER html_line_break %]
59
                [% QUEUED_MESSAGE.content FILTER html_line_break %]
60
            </p>
60
            </div>
61
        </td>
61
        </td>
62
		<td>
62
		<td>
63
            [% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]email
63
            [% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]email
64
- 

Return to bug 12404