Bugzilla – Attachment 31451 Details for
Bug 12765
Capitalization: Cataloguing > Z39.50 search > "Try another search"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12765: Fix capitalization - "Try another search"
Bug-12765-Fix-capitalization---Try-another-search.patch (text/plain), 1.72 KB, created by
Jonathan Druart
on 2014-09-08 09:29:36 UTC
(
hide
)
Description:
Bug 12765: Fix capitalization - "Try another search"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-09-08 09:29:36 UTC
Size:
1.72 KB
patch
obsolete
>From 4ba42ca8ef0fb29a20dd349684b3c169c4c4aa1b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 8 Sep 2014 11:28:49 +0200 >Subject: [PATCH] Bug 12765: Fix capitalization - "Try another search" > >To test: >- Go to cataloguing >- Perform a z39.50 search with no results >- Check "Try another search" is displayed >- Perform a z39.50 search with results >- Verify display is correct as well. > >Signed-off-by: George Williams <georgew@latahlibrary.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 dff3014..1387cef 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 >@@ -240,7 +240,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > [% ELSE %] > <div class="dialog message">Nothing found.</div> > [% END %] >-<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> >+<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 %] > >-- >2.1.0
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 12765
:
30821
|
31270
|
31271
|
31303
| 31451