Lines 913-919
Link Here
|
913 |
<ul class="list-unstyled"> |
913 |
<ul class="list-unstyled"> |
914 |
[% FOREACH matching_request_for_patron IN matching_requests_for_patron %] |
914 |
[% FOREACH matching_request_for_patron IN matching_requests_for_patron %] |
915 |
<li> |
915 |
<li> |
916 |
<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> |
916 |
<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 | html %]</a> |
917 |
</li> |
917 |
</li> |
918 |
[% END %] |
918 |
[% END %] |
919 |
</ul> |
919 |
</ul> |
Lines 925-931
Link Here
|
925 |
<ul class="list-unstyled"> |
925 |
<ul class="list-unstyled"> |
926 |
[% FOREACH remaining_matching_request IN remaining_matching_requests %] |
926 |
[% FOREACH remaining_matching_request IN remaining_matching_requests %] |
927 |
<li> |
927 |
<li> |
928 |
<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 -%] |
928 |
<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 | html %]</a> by [%- INCLUDE 'patron-title.inc' patron => remaining_matching_request.patron hide_patron_infos_if_needed => 1 -%] |
929 |
</li> |
929 |
</li> |
930 |
[% END %] |
930 |
[% END %] |
931 |
</ul> |
931 |
</ul> |