http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13123
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32613|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <[email protected]> --- Created attachment 32655 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32655&action=edit [PASSED QA] Bug 13123 - Duplicate label ids for language and opaclanguages When enabling or disabling a OPAC language choice clicking the label triggers the checkbox under the language preference instead. This is because both <label>s have the same id. This patch adds a modifier to each label and corresponding id attribute in order to make them unique. To test, go to Administration -> System preferences -> I18N/L10N. Clicking the "English (en)" label under the "language" system preference should toggle the corresponding checkbox. Clicking the "English (en)" label under the "opaclanguages" system preference should toggle the correct checkbox. Further tests: - Install an English 'sub-language' like en-GB and confirm that checkbox labels work correctly. - Install a non-English language and confirm that checkbox labels work correctly. Signed-off-by: Chris Cormack <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> Works as described, template changes only. -- 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/
