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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +1 lines)
Lines 765-771 No patron matched <span class="ex">[% message | html %]</span> Link Here
765
	[% IF ( notes ) %]
765
	[% IF ( notes ) %]
766
			<div id="circnotes" class="circmessage">
766
			<div id="circnotes" class="circmessage">
767
			<h4>Notes:</h4>
767
			<h4>Notes:</h4>
768
            <p><span class="circ-hlt">[% notesmsg | html %]</span></p>
768
            <p><span class="circ-hlt">[% notesmsg | $raw %]</span></p>
769
			</div>
769
			</div>
770
770
771
771
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +1 lines)
Lines 509-515 Link Here
509
                                        [% IF ( patron.borrowernotes ) %]
509
                                        [% IF ( patron.borrowernotes ) %]
510
                                            <li id="patron-borrowernotes">
510
                                            <li id="patron-borrowernotes">
511
                                                <span class="label">Circulation note: </span>
511
                                                <span class="label">Circulation note: </span>
512
                                                [% patron.borrowernotes | html %]
512
                                                [% patron.borrowernotes | $raw %]
513
                                            </li>
513
                                            </li>
514
                                        [% END %]
514
                                        [% END %]
515
515
516
- 

Return to bug 22702