[Koha-bugs] [Bug 6554] Resolve encoding problems with corrected UTF8 handling in templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 7 11:51:31 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554

skobyanka at mail.ru <skobyanka at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |skobyanka at mail.ru

--- Comment #120 from skobyanka at mail.ru <skobyanka at mail.ru> ---
(In reply to Mike from comment #119)
> I found same problem in 3.12.x in Czech translation. Problem on:
> /cgi-bin/koha/members/members-home.pl
> /cgi-bin/koha/admin/preferences.pl?tab=circulation
> /cgi-bin/koha/admin/preferences.pl?tab=opac
> /cgi-bin/koha/admin/preferences.pl?tab=patrons

I solved the problem in /cgi-bin/koha/members/members-home.pl by removing from
the Advanced Search patron Search by category:

/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/ru-RU/includes/patron-search.inc

Delete:

[% IF ( categories ) %]
        <p><label for="categorycode">Категория: </label><select
name="categorycode" id="categorycode">
                <option value="">Произвольная</option>[% FOREACH categorie IN
categories %]
                [% IF ( categorie.selected ) %]
                <option value="[% categorie.categorycode %]"
selected="selected">[% categorie.description %]</option>[% ELSE %]
                <option value="[% categorie.categorycode %]">[%
categorie.description %]</option>[% END %]
                [% END %]</select></p>
      [% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list