From 396e760bbb0aa145dc01cfe4dc18d8a85fa11e9c Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 66a7e12..168f16c 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 :
Go to page : -

+

[% ELSE %] [% IF ( errconn ) %]
@@ -236,7 +236,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
[% END %]

Nothing found

-

+

[% END %] -- 1.9.1