Bug 6714

Summary: opac.css uses files in the /en/ directory when using other languages
Product: Koha Reporter: Frédérick Capovilla <fcapovilla>
Component: OPACAssignee: Frédérick Capovilla <fcapovilla>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: PATCH-Sent (DO NOT USE) CC: chris
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Removed the "en" in some paths of opac.css
Signed-off patch

Description Frédérick Capovilla 2011-08-12 13:51:44 UTC
Some paths in opac.css always use the /en/ directory even when using a different language (fr-CA for example).

The opac.css in /fr-CA/ should always use the files available in the /fr-CA/ directory when possible.
Comment 1 Frédérick Capovilla 2011-08-12 13:52:50 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2011-08-12 14:10:34 UTC
Created attachment 4980 [details] [review]
Signed-off patch
Comment 3 Chris Cormack 2011-08-18 08:56:28 UTC
Simple css fix, pushed