Bug 1561: Typo gut was not good; should be get !
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 21 Aug 2014 11:34:38 +0000 (13:34 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 21 Aug 2014 12:56:43 +0000 (09:56 -0300)
The form method gut does not yet exist, even in Germany :)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt

index 66a7e12..962fdaa 100644 (file)
@@ -236,7 +236,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
             </div>
          [% END %]
     <div class="dialog message"><h3>Nothing found</h3>
-    <p><form method="gut" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try Another Search"/></form></p>
+    <p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try Another Search"/></form></p>
     [% END %]