[Koha-bugs] [Bug 8061] Koha's templates do not cope well with right-to-left languages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 28 00:31:59 CEST 2012


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

--- Comment #5 from Karam Qubsi <karamqubsi at gmail.com> ---
I fell like there is some problems facing us to apply rtl direction by default
when using on of the rtl languages

when I'm trying to set the css files i found that there is some styles cannot
be changed from css files only so this is a problem for example : 

/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/includes/opac-bottom.inc

you can see : 

    [% IF ( languages_loop && opaclanguagesdisplay ) %]
        [% UNLESS ( one_language_enabled ) %]
            <div id="changelanguage" class="ft">
            <div class="lang" style="float:left;padding: 0.1em
0;"><strong>Languages:&nbsp;</strong></div>

Floats and this will make the general css files not effect on this file

I fix this by hand but I think this must be not here and all the styles must be
just in the css files to make it easier in changing the direction to rtl 

i don't have experience in patching but I hope if some one can guide me how to
test your patch 

I have rtl css files make koha about 80% good in rtl but need some debugging I
will attach it here .

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


More information about the Koha-bugs mailing list