|
Lines 620-625
Link Here
|
| 620 |
<div class="page-section"> |
620 |
<div class="page-section"> |
| 621 |
<h3>Request details</h3> |
621 |
<h3>Request details</h3> |
| 622 |
<h4>Details from library</h4> |
622 |
<h4>Details from library</h4> |
|
|
623 |
[% copyrightclearance_confirmed = request.extended_attributes.find({'type'=>'copyrightclearance_confirmed'}).value %] |
| 624 |
[% IF copyrightclearance_confirmed %] |
| 625 |
<h5> <i class="fa fa-fw fa-check text-success" aria-hidden="true"></i> <span class="tab-title">Patron has confirmed copyright clearance for this request</span> </h5> |
| 626 |
[% END %] |
| 623 |
<div class="rows"> |
627 |
<div class="rows"> |
| 624 |
<ol> |
628 |
<ol> |
| 625 |
[% IF request.orderid %] |
629 |
[% IF request.orderid %] |
|
Lines 633-642
Link Here
|
| 633 |
<span class="label borrowernumber">Patron:</span> |
637 |
<span class="label borrowernumber">Patron:</span> |
| 634 |
[% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %] |
638 |
[% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %] |
| 635 |
<a href="[% borrowerlink | url %]" title="View borrower details"> [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %] </a> |
639 |
<a href="[% borrowerlink | url %]" title="View borrower details"> [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %] </a> |
| 636 |
[% copyrightclearance_confirmed = request.extended_attributes.find({'type'=>'copyrightclearance_confirmed'}).value %] |
|
|
| 637 |
[% IF copyrightclearance_confirmed %] |
| 638 |
<i class="fa fa-fw fa-check text-success" aria-hidden="true"></i> <span class="tab-title">Patron has confirmed copyright clearance for this request</span> |
| 639 |
[% END %] |
| 640 |
</li> |
640 |
</li> |
| 641 |
[% END %] |
641 |
[% END %] |
| 642 |
[% IF request.biblio_id %] |
642 |
[% IF request.biblio_id %] |