From 4ba42ca8ef0fb29a20dd349684b3c169c4c4aa1b Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 Signed-off-by: Jonathan Druart --- 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 %]
Nothing found.
[% END %] -

+

[% END %] -- 2.1.0