Lines 99-105
Link Here
|
99 |
> |
99 |
> |
100 |
<td>[% hold_info.items_count | html %]</td> |
100 |
<td>[% hold_info.items_count | html %]</td> |
101 |
<td>[% hold_info.patrons_count | html %]</td> |
101 |
<td>[% hold_info.patrons_count | html %]</td> |
102 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a></td> |
102 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=patron invert_name=1 no_title=1 %]</a></td> |
103 |
<td> |
103 |
<td> |
104 |
<p> [% INCLUDE 'biblio-title.inc' biblio=biblio link = 1 %] </p> |
104 |
<p> [% INCLUDE 'biblio-title.inc' biblio=biblio link = 1 %] </p> |
105 |
[% IF ( biblio.author ) %]<p> by [% biblio.author | html %]</p>[% END %] |
105 |
[% IF ( biblio.author ) %]<p> by [% biblio.author | html %]</p>[% END %] |
106 |
- |
|
|