Bug 34478: opac-downloadcart does not need a POST
Note: Created bug 35975 for bug with BIBTEX. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
adbc2ae27e
commit
55b5b51532
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@
|
||||||
<div class="col order-first order-md-first order-lg-2">
|
<div class="col order-first order-md-first order-lg-2">
|
||||||
<div id="userdownloadcart" class="maincontent">
|
<div id="userdownloadcart" class="maincontent">
|
||||||
<h1>Download cart</h1>
|
<h1>Download cart</h1>
|
||||||
<form method="post" action="/cgi-bin/koha/opac-downloadcart.pl">
|
<form method="get" action="/cgi-bin/koha/opac-downloadcart.pl">
|
||||||
[% INCLUDE 'csrf-token.inc' %]
|
|
||||||
<select name="format" id="format">
|
<select name="format" id="format">
|
||||||
<option value="">-- Choose format --</option>
|
<option value="">-- Choose format --</option>
|
||||||
<option value="ris">RIS (Zotero, EndNote, others)</option>
|
<option value="ris">RIS (Zotero, EndNote, others)</option>
|
||||||
|
|
Loading…
Reference in a new issue