http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12616
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal --- Comment #3 from Katrin Fischer <[email protected]> --- Hm, there is a deeper problem behind this in the creation of the language list. Multiple entries are marked as selected in the source code with an empty value attribute: ... <option value="por">Português (Portuguese)</option> <option value="rum">Român (Romanian)</option> <option value="rus">Русский (Russian)</option> <option value="" selected="selected">Cрпски (Serbian)</option> <option value="spa">Español (Spanish)</option> <option value="swe">Svenska (Swedish)</option> <option value="" selected="selected">Tetun (Tetum)</option> <option value="tha">ภาษาไทย (Thai)</option> <option value="tur">Türkçe (Turkish)</option> <option value="ukr">Українська (Ukranian)</option> <option value="" selected="selected">اردو (Urdu)</option> ... The preselection of Urdu also happens in the English GUI. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
