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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 885-891 No patron matched <span class="ex">[% message | html %]</span> Link Here
885
	[% IF ( notes ) %]
885
	[% IF ( notes ) %]
886
			<div id="circnotes" class="circmessage">
886
			<div id="circnotes" class="circmessage">
887
			<h4>Notes:</h4>
887
			<h4>Notes:</h4>
888
            <p><span class="circ-hlt">[% notesmsg %]</span></p>
888
            <p><span class="circ-hlt">[% notesmsg |html %]</span></p>
889
			</div>
889
			</div>
890
890
891
891
892
- 

Return to bug 19613