Lines 446-451
Link Here
|
446 |
let form = $(` |
446 |
let form = $(` |
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="op" value="cud-show" /> |
449 |
<input type="hidden" name="format" value="${format}"> |
450 |
<input type="hidden" name="format" value="${format}"> |
450 |
${inputs} |
451 |
${inputs} |
451 |
</form> |
452 |
</form> |
452 |
- |
|
|