Bug 34478: opac-tags_subject does not need a POST
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
84a01ff22a
commit
a08df1a9d5
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@
|
||||||
<p>This "cloud" shows the most used topics in our catalog. Click on any subject below to see the items in our collection.</p>
|
<p>This "cloud" shows the most used topics in our catalog. Click on any subject below to see the items in our collection.</p>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Show</legend>
|
<legend>Show</legend>
|
||||||
<form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="post">
|
<form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="get">
|
||||||
[% INCLUDE 'csrf-token.inc' %]
|
|
||||||
<p>up to <input type="text" name="number" value="[% number | html %]" size="4" maxlength="4" /> subjects <input type="submit" class="btn btn-primary" value="OK" /></p>
|
<p>up to <input type="text" name="number" value="[% number | html %]" size="4" maxlength="4" /> subjects <input type="submit" class="btn btn-primary" value="OK" /></p>
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue