From f93ba1fe2001223f13aca7843bf16b66a7c883bd Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 23 Nov 2013 11:04:00 +1300 Subject: [PATCH] Bug 11290 : Fixing display problem on members-home.pl To test 1) In a fresh Koha, generate translation into XX 2) Select XX for the staff interface (i.e. enable it, and choose it) 3) Go to the Patrons page 4) Everything looks fine 5) In the admin page, create a patron category with any on-ASCII character. 6) Go back to the Patrons page, everything is broken 7) apply patch 8) regenerate translation 9) go back to the Patrons page, everything looks fine 10) switch to english it still looks fine Signed-off-by: Tomas Cohen Arazi Tried with ru-RU and fixes the problem. --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index be49b95..eb02444 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -67,8 +67,8 @@

[% END %] -- 1.8.3.2