View | Details | Raw Unified | Return to bug 22464
Collapse All | Expand All

(-)a/Koha/Illrequest.pm (+1 lines)
Lines 785-790 sub backend_create { Link Here
785
                method  => 'create',
785
                method  => 'create',
786
                stage   => 'copyrightclearance',
786
                stage   => 'copyrightclearance',
787
                value   => {
787
                value   => {
788
                    other   => $params,
788
                    backend => $self->_backend->name
789
                    backend => $self->_backend->name
789
                }
790
                }
790
            };
791
            };
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-2 / +2 lines)
Lines 62-68 Link Here
62
                            <p>
62
                            <p>
63
                                [% Koha.Preference('ILLModuleCopyrightClearance') | $raw %]
63
                                [% Koha.Preference('ILLModuleCopyrightClearance') | $raw %]
64
                            </p>
64
                            </p>
65
                            <a href="?method=create&stage=copyrightclearance&backend=[% whole.value.backend | uri %]"
65
                            [% USE link_url = url('/cgi-bin/koha/opac-illrequests.pl', whole.value.other) %]
66
                            <a href="[% link_url _ '&amp;stage=copyrightclearance' | $raw %]"
66
                               class="btn btn-sm btn-default"><i class="fa fa-check"></i> Yes</a>
67
                               class="btn btn-sm btn-default"><i class="fa fa-check"></i> Yes</a>
67
                            <a href="/cgi-bin/koha/opac-illrequests.pl"
68
                            <a href="/cgi-bin/koha/opac-illrequests.pl"
68
                               class="btn btn-sm btn-default"><i class="fa fa-times"></i> No</a>
69
                               class="btn btn-sm btn-default"><i class="fa fa-times"></i> No</a>
69
- 

Return to bug 22464