http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14252 --- Comment #46 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 39725 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39725 (Followup) Fixed issues pointed to in comment #40 Review of attachment 39725: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14252&attachment=39725) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_14252-OpacLangSelectorMode_syspref.sql @@ +1,4 @@
-- -- Adds OpacLangSelectorMode syspref for bug 14252 -- +INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('OpacLangSelectorMode','both','both|mast|foot','Select the location to display the language selector','Choice');
The default value should be 'foot'. New system preferences should not change current behaviours. ::: installer/data/mysql/sysprefs.sql @@ +270,4 @@
('OpacItemLocation','callnum','callnum|ccode|location','Show the shelving location of items in the opac','Choice'), ('OPACItemsResultsDisplay','0','','If OFF : show only the status of items in result list.If ON : show full location of items (branch+location+callnumber) as in staff interface','YesNo'), ('OpacKohaUrl','1',NULL,'Show \'Powered by Koha\' text on OPAC footer.',NULL), +('OpacLangSelectorMode','both','both|mast|foot','Select the location to display the language selector','Choice'),
'foot', not 'both'. -- You are receiving this mail because: You are watching all bug changes.