Bugzilla – Attachment 31045 Details for
Bug 1561
Show search terms in z39.50 results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[QA FOLLOW-UP] Bug 1561: Typo gut was not good; should be get !
Bug-1561-Typo-gut-was-not-good-should-be-get-.patch (text/plain), 1.57 KB, created by
Marcel de Rooy
on 2014-08-21 11:47:33 UTC
(
hide
)
Description:
[QA FOLLOW-UP] Bug 1561: Typo gut was not good; should be get !
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2014-08-21 11:47:33 UTC
Size:
1.57 KB
patch
obsolete
>From 7314aa239956f40fd6349efbd54f502d53ed9c81 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 21 Aug 2014 13:34:38 +0200 >Subject: [PATCH] Bug 1561: Typo gut was not good; should be get ! >Content-Type: text/plain; charset=utf-8 > >The form method gut does not yet exist, even in Germany :) > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 66a7e12..962fdaa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -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 %] > > >-- >1.7.7.6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 1561
:
30675
|
30677
|
30819
|
30820
| 31045