Lines 805-812
Link Here
|
805 |
</div> <!-- / .container-fluid --> |
805 |
</div> <!-- / .container-fluid --> |
806 |
</div> <!-- / .main --> |
806 |
</div> <!-- / .main --> |
807 |
|
807 |
|
808 |
<form method="post" id="download_list" action="/cgi-bin/koha/opac-downloadshelf.pl"> |
808 |
<form method="get" id="download_list" action="/cgi-bin/koha/opac-downloadshelf.pl"> |
809 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
810 |
<input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" /> |
809 |
<input type="hidden" name="shelfnumber" value="[% shelf.shelfnumber | html %]" /> |
811 |
<input type="hidden" name="format" id="download_format" value="" /> |
810 |
<input type="hidden" name="format" id="download_format" value="" /> |
812 |
</form> |
811 |
</form> |
813 |
- |
|
|