http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14252 --- Comment #45 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 39707 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39707 [Signed-off] (followup) Adds OpacLangSelectorMode syspref Review of attachment 39707: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14252&attachment=39707) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ +32,5 @@
+[% IF ( Koha.Preference( 'OpacLangSelectorMode' ) == 'both' ) || ( Koha.Preference( 'OpacLangSelectorMode' ) == 'foot' ) %] + [% IF ( opaclanguagesdisplay ) %] + [% IF ( languages_loop && opaclanguagesdisplay ) %] + [% UNLESS ( one_language_enabled ) %] + <div id="changelanguage" class="navbar navbar-fixed-bottom navbar-static-bottom">
Why is 'noprint' missing from the class list? -- You are receiving this mail because: You are watching all bug changes.