http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988
--- Comment #29 from M. Tompsett <[email protected]> --- Comment on attachment 36355 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36355 Bug 10988 - Allow login via Google OAuth2 Review of attachment 36355: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10988&attachment=36355) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ +58,4 @@ > <li role="presentation"><a > href="#" tabindex="-1" class="menu-inactive" role="menuitem">No private > lists</a></li> > <li role="presentation"><a > href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves" tabindex="-1" > role="menuitem" class="listmenulink">New list</a></li> > [% END %] > + [% ELSIF ( GoogleOAuth2 ) %] I'd be surprised if there wasn't a [% USE Koha %] at the top of the file. Why pass preferences? Koha.Preference('GoogleOAuth2') -- 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/
