View | Details | Raw Unified | Return to bug 9052
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/css/sco.css (-1 / +4 lines)
Lines 1-3 Link Here
1
@import url("/opac-tmpl/lib/yui/reset-fonts-grids.css");
2
@import url("/opac-tmpl/lib/yui/skin.css");
3
1
a {
4
a {
2
	font-weight : bold;
5
	font-weight : bold;
3
}
6
}
Lines 339-342 div.ft { Link Here
339
}
342
}
340
.inline {
343
.inline {
341
    display: inline;
344
    display: inline;
342
}
345
}
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tt (-2 lines)
Lines 3-10 Link Here
3
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
3
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
4
<link rel="shortcut icon" href="[% themelang %]/includes/favicon.ico" type="image/x-icon" />
4
<link rel="shortcut icon" href="[% themelang %]/includes/favicon.ico" type="image/x-icon" />
5
5
6
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" />
7
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" />
8
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
6
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
9
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
7
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
10
8
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt (-3 lines)
Lines 100-107 $(document).ready(function(){ Link Here
100
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
100
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
101
[% IF ( SCOUserJS ) %]<script type="text/javascript">[% SCOUserJS %]</script>[% END %]
101
[% IF ( SCOUserJS ) %]<script type="text/javascript">[% SCOUserJS %]</script>[% END %]
102
102
103
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" />
104
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" />
105
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
103
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
106
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
104
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
107
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
105
[% IF ( SCOUserCSS ) %]<style type="text/css">[% SCOUserCSS %]</style>[% END %]
108
- 

Return to bug 9052