Bugzilla – Attachment 31270 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), 2.55 KB, created by
Katrin Fischer
on 2014-08-28 20:36:16 UTC
(
hide
)
Description:
Bug 12765: Fix capitalization - "Try another search"
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-08-28 20:36:16 UTC
Size:
2.55 KB
patch
obsolete
>From eaf226e43669c5eda3a27cab3812905bf8778a95 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 15 Aug 2014 11:40:11 +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. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 811cd96..136944b 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 >@@ -223,7 +223,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page %]" size="4" /><input type="submit" name="changepage_goto" onclick="return validate_goto_page();" value="Go" /> > </form> > >-<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> > [% ELSE %] > [% IF ( errconn ) %] > <div class="dialog alert"> >@@ -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="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 %] > > >-- >1.9.1
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