|
Lines 616-621
Link Here
|
| 616 |
<div class="page-section"> |
616 |
<div class="page-section"> |
| 617 |
<h3>Request details</h3> |
617 |
<h3>Request details</h3> |
| 618 |
<h4>Details from library</h4> |
618 |
<h4>Details from library</h4> |
|
|
619 |
[% copyrightclearance_confirmed = request.extended_attributes.find({'type'=>'copyrightclearance_confirmed'}).value %] |
| 620 |
[% IF copyrightclearance_confirmed %] |
| 621 |
<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> |
| 622 |
[% END %] |
| 619 |
<div class="rows"> |
623 |
<div class="rows"> |
| 620 |
<ol> |
624 |
<ol> |
| 621 |
[% IF request.orderid %] |
625 |
[% IF request.orderid %] |
|
Lines 629-638
Link Here
|
| 629 |
<span class="label borrowernumber">Patron:</span> |
633 |
<span class="label borrowernumber">Patron:</span> |
| 630 |
[% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %] |
634 |
[% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %] |
| 631 |
<a href="[% borrowerlink | url %]" title="View borrower details"> [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %] </a> |
635 |
<a href="[% borrowerlink | url %]" title="View borrower details"> [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %] </a> |
| 632 |
[% copyrightclearance_confirmed = request.extended_attributes.find({'type'=>'copyrightclearance_confirmed'}).value %] |
|
|
| 633 |
[% IF copyrightclearance_confirmed %] |
| 634 |
<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> |
| 635 |
[% END %] |
| 636 |
</li> |
636 |
</li> |
| 637 |
[% END %] |
637 |
[% END %] |
| 638 |
[% IF request.biblio_id %] |
638 |
[% IF request.biblio_id %] |