Lines 447-452
Link Here
|
447 |
<form method="POST" action="/cgi-bin/koha/catalogue/item-export.pl"> |
447 |
<form method="POST" action="/cgi-bin/koha/catalogue/item-export.pl"> |
448 |
[% INCLUDE 'csrf-token.inc' %] |
448 |
[% INCLUDE 'csrf-token.inc' %] |
449 |
<input type="hidden" name="format" value="${format}"> |
449 |
<input type="hidden" name="format" value="${format}"> |
|
|
450 |
<input type="hidden" name="op" value="cud-export"> |
450 |
${inputs} |
451 |
${inputs} |
451 |
</form> |
452 |
</form> |
452 |
`); |
453 |
`); |
453 |
- |
|
|