From bbdcc4c92754c04f1b070ccf746727a3f0eacb3f 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
Signed-off-by: Tomas Cohen Arazi
---
.../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 dff3014516..1387cef9e1 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.39.5