Bugzilla – Attachment 4979 Details for
Bug 6714
opac.css uses files in the /en/ directory when using other languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Removed the "en" in some paths of opac.css
0001-Removed-the-en-in-some-paths-of-opac.css.patch (text/plain), 788 bytes, created by
Frédérick Capovilla
on 2011-08-12 13:52:50 UTC
(
hide
)
Description:
Removed the "en" in some paths of opac.css
Filename:
MIME Type:
Creator:
Frédérick Capovilla
Created:
2011-08-12 13:52:50 UTC
Size:
788 bytes
patch
obsolete
>From a0c047fba748fd2b90acbd76245103f36ffbeaf3 Mon Sep 17 00:00:00 2001 >From: preprod34 <preprod34@koha.ccsr.qc.ca> >Date: Fri, 12 Aug 2011 09:44:51 -0400 >Subject: [PATCH] Removed the "en" in some paths of opac.css > >--- > koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >index aa295c9..da21c45 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css >+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >@@ -1,5 +1,5 @@ >-@import url("../../en/lib/yui/reset-fonts-grids.css"); >-@import url("../../en/lib/yui/skin.css"); >+@import url("../lib/yui/reset-fonts-grids.css"); >+@import url("../lib/yui/skin.css"); > > a { > font-weight : bold; >-- >1.5.6.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6714
:
4979
|
4980