Bug 9052 - followup: fix the YUI CSS locations for SCO
This is followup to the previous YUI-fixing patch, and simply causes the self-checkout page to load the YUI files via the sco CSS file, and that gets re-written at package build time to work. Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Tested on a package installation using packages built by Mirko Tietgen and a git dev installation. To test: 1) Enable WebBasedSelfCheck system preference 2) Enter login date for staff user in AutoSelfCheckAllowed... prefernces 3) Go to the self checkout page: .../cgi-bin/koha/sco/sco-main.pl 4) Verify all pages have the usual look, CSS, Javascript and images look normal 5) Verify the same is true for translated templates Manual: http://manual.koha-community.org/3.10/en/selfcheckout.html Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
d5cfa12864
commit
e24bcabb05
3 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
@import url("/opac-tmpl/lib/yui/reset-fonts-grids.css");
|
||||
@import url("/opac-tmpl/lib/yui/skin.css");
|
||||
|
||||
a {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
@ -336,3 +339,7 @@ span.lang{
|
|||
div.ft {
|
||||
clear : both;
|
||||
}
|
||||
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
|
||||
<link rel="shortcut icon" href="[% themelang %]/includes/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" />
|
||||
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" />
|
||||
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -110,8 +110,6 @@ $(document).ready(function(){
|
|||
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" />
|
||||
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" />
|
||||
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
|
||||
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue