http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8597 --- Comment #62 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #61)
This new template references assets which don't exist in this template directory:
"NetworkError: 404 Not Found - http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery-ui.css" "NetworkError: 404 Not Found - http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/plugins/jquery.hoverIntent. minified.js" "NetworkError: 404 Not Found - http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery.js" "NetworkError: 404 Not Found - http://localhost:88/opac-tmpl/ccsr/en/lib/jquery/jquery-ui.js" "NetworkError: 404 Not Found - http://localhost:88/opac-tmpl/ccsr/en/lib/yui/skin.css" "NetworkError: 404 Not Found - http://localhost:88/opac-tmpl/ccsr/en/lib/yui/reset-fonts-grids.css"
Was it expected that Koha would fall back on these items in the prog director?
No, those files were added by one of the patches. "Add missing lib files." I will check when I am able whether that patch was included when this bug was pushed to master.
Including these errors about missing assets I get 15 errors in Firebug--the rest being caused by the absence of jQuery.
masthead.inc has non-English text:
<p><a href="/cgi-bin/koha/opac-main.pl" title="Accueil"> Accueil </a> [% IF ( searchdesc ) %]<span class="rsaquo"> › </span><a href="/cgi-bin/koha/opac-search.pl" title="rechercher"> Recherche </a><span class="rsaquo"> › </span>
Whoops, that was just an oversite. I fixed a bunch of French-language strings, but apparently missed those two. -- You are receiving this mail because: You are watching all bug changes.