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:
Marcel de Rooy 2024-02-01 14:04:23 +00:00 committed by Jonathan Druart
parent 84a01ff22a
commit a08df1a9d5
Signed by: jonathan.druart
GPG key ID: A085E712BEF0E0F0

View file

@ -38,8 +38,7 @@
<p>This &quot;cloud&quot; shows the most used topics in our catalog. Click on any subject below to see the items in our collection.</p> <p>This &quot;cloud&quot; 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>