[Koha-bugs] [Bug 2104] New: Staff client login page doesn't understand new YUI path preference

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue May 13 15:54:14 CEST 2008


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 at koha-fr.org
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at 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.



More information about the Koha-bugs mailing list