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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-5 / +4 lines)
Lines 603-612 No patron matched <span class="ex">[% message %]</span> Link Here
603
                    [% FOREACH w IN WaitingHolds %]
603
                    [% FOREACH w IN WaitingHolds %]
604
                        <ul>
604
                        <ul>
605
                            <li>
605
                            <li>
606
                                <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber %]">[% w.biblio.title | html %]</a>
606
                                <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber %]">[% w.biblio.title | $EncodeUTF8 | html %]</a>
607
                                ([% w.item.effective_itemtype %]),
607
                                ([% w.item.effective_itemtype | $EncodeUTF8 %]),
608
                                [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %]
608
                                [% IF ( w.biblio.author ) %] by [% w.biblio.author | $EncodeUTF8 | html %] [% END %]
609
                                [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber %]] [% END %]
609
                                [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | $EncodeUTF8 %]] [% END %]
610
                                Hold placed on [% w.reservedate | $KohaDates %].
610
                                Hold placed on [% w.reservedate | $KohaDates %].
611
611
612
                                <br/>
612
                                <br/>
613
- 

Return to bug 12892