Hello again koha-translate list,Here is what I've find out about RTL support. It seems that CSS opac.css has to be tweaked to handle correctly RTL languages.
For this issue:
In a LTR language (English/French), in a form you have on a single line:
* label
* input box
* button.
In a RTL language, it must be inversed:
* button
* input box
* label.
It could be fixed by modifying css opac.css:
* delete ligne 38 : float : left;
* delete ligne 53 : float : left;
Could a templating guy validate this solution (Owen)?
Thanks.
--
Frédéric
<<inline: koha-rtl.png>>
<<inline: koha-rtl-modified.png>>
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-devel
