30 Jul
2014
30 Jul
'14
9:55 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12162 --- Comment #10 from Marc Véron <veron@veron.ch> --- (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.