http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2104 Summary: Staff client login page doesn't understand new YUI path preference Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Authentication AssignedTo: henridamien@koha-fr.org ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha.org I'm getting a javascript error from the login page of the staff client. When I view the source I see that the path to the YUI library files is incorrect: <!-- yui js --> <script type="text/javascript" src="local/utilities/utilities.js"></script> <script type="text/javascript" src="local/button/button-min.js"></script> <script type="text/javascript" src="local/container/container_core-min.js"></script> <script type="text/javascript" src="local/menu/menu-min.js"></script> The auth template is seeing "local" as the path instead of translating that into a valid local path. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.