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
_______________________________________________
Koha-translate mailing list
Koha-translate@...
http://lists.nongnu.org/mailman/listinfo/koha-translate