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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-5 / +3 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE EncodeUTF8 %]
4
3
5
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
6
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your library home
5
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your library home
Lines 386-392 Link Here
386
                                                <tr>
385
                                                <tr>
387
                                                    <td>
386
                                                    <td>
388
                                                        <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.item.biblio.biblionumber %]">
387
                                                        <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.item.biblio.biblionumber %]">
389
                                                            [% i.item.biblio.title | $EncodeUTF8 %]
388
                                                            [% i.item.biblio.title %]
390
                                                        </a>
389
                                                        </a>
391
                                                    </td>
390
                                                    </td>
392
391
Lines 399-409 Link Here
399
                                                    </td>
398
                                                    </td>
400
399
401
                                                    <td>
400
                                                    <td>
402
                                                        [% i.item.itemcallnumber | $EncodeUTF8 %]
401
                                                        [% i.item.itemcallnumber %]
403
                                                    </td>
402
                                                    </td>
404
403
405
                                                    <td>
404
                                                    <td>
406
                                                        [% r.firstname | $EncodeUTF8 %] [% r.surname | $EncodeUTF8 %]
405
                                                        [% r.firstname %] [% r.surname %]
407
                                                    </td>
406
                                                    </td>
408
                                                </tr>
407
                                                </tr>
409
                                            [% END %]
408
                                            [% END %]
410
- 

Return to bug 9303