Lines 1-4
Link Here
|
1 |
[% USE Branches %] |
1 |
[% USE Branches %] |
|
|
2 |
[% USE Koha %] |
2 |
|
3 |
|
3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
<title>Koha › ILL requests ›</title> |
5 |
<title>Koha › ILL requests ›</title> |
Lines 396-402
Link Here
|
396 |
|
397 |
|
397 |
[% IF query_type == 'create' %] |
398 |
[% IF query_type == 'create' %] |
398 |
<h1>New ILL request</h1> |
399 |
<h1>New ILL request</h1> |
399 |
[% PROCESS $whole.template %] |
400 |
[% IF whole.stage == 'copyrightclearance' %] |
|
|
401 |
<div> |
402 |
<p> |
403 |
[% Koha.Preference('ILLModuleCopyrightClearance') %] |
404 |
</p> |
405 |
<a href="?method=create&stage=copyrightclearance&backend=[% whole.value.backend %]" |
406 |
class="btn btn-sm btn-default btn-group"><i class="fa fa-check">Yes</i></a> |
407 |
<a href="/cgi-bin/koha/ill/ill-requests.pl" |
408 |
class="btn btn-sm btn-default btn-group"><i class="fa fa-times">No</i></a> |
409 |
</div> |
410 |
[% ELSE %] |
411 |
[% PROCESS $whole.template %] |
412 |
[% END %] |
400 |
|
413 |
|
401 |
[% ELSIF query_type == 'confirm' %] |
414 |
[% ELSIF query_type == 'confirm' %] |
402 |
<h1>Confirm ILL request</h1> |
415 |
<h1>Confirm ILL request</h1> |
403 |
- |
|
|