Lines 977-983
Link Here
|
977 |
<ul class="list-unstyled"> |
977 |
<ul class="list-unstyled"> |
978 |
[% FOREACH matching_request_for_patron IN matching_requests_for_patron %] |
978 |
[% FOREACH matching_request_for_patron IN matching_requests_for_patron %] |
979 |
<li> |
979 |
<li> |
980 |
<a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% matching_request_for_patron.illrequest_id %]">ILL Request #[% matching_request_for_patron.illrequest_id %]</a> |
980 |
<a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% matching_request_for_patron.illrequest_id | uri %]">ILL Request #[% matching_request_for_patron.illrequest_id | html %]</a> |
981 |
</li> |
981 |
</li> |
982 |
[% END %] |
982 |
[% END %] |
983 |
</ul> |
983 |
</ul> |
Lines 989-995
Link Here
|
989 |
<ul class="list-unstyled"> |
989 |
<ul class="list-unstyled"> |
990 |
[% FOREACH remaining_matching_request IN remaining_matching_requests %] |
990 |
[% FOREACH remaining_matching_request IN remaining_matching_requests %] |
991 |
<li> |
991 |
<li> |
992 |
<a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% remaining_matching_request.illrequest_id %]">ILL Request #[% remaining_matching_request.illrequest_id %]</a> by [%- INCLUDE 'patron-title.inc' patron => remaining_matching_request.patron hide_patron_infos_if_needed => 1 -%] |
992 |
<a href="/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=[% remaining_matching_request.illrequest_id | uri %]">ILL Request #[% remaining_matching_request.illrequest_id | html %]</a> by [%- INCLUDE 'patron-title.inc' patron => remaining_matching_request.patron hide_patron_infos_if_needed => 1 -%] |
993 |
</li> |
993 |
</li> |
994 |
[% END %] |
994 |
[% END %] |
995 |
</ul> |
995 |
</ul> |