http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12162
--- Comment #10 from Marc Véron <[email protected]> --- (In reply to Katrin Fischer from comment #8) > (...) Additionally to the branchcode it would be > nice to have the currently selected language. That would allow to trigger > the visibility of text with CSS, while you have to use jQuery to do that > right now. We have already a language indicator in the html tag: lang="de-DE" This makes it possible to youse the :lang selector in your CSS. Example: body:lang(de-DE) {background-color: green;} -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
