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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/sco.css (+3 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
}
(-)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
</head>
7
</head>
10
<body>
8
<body>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt (-3 lines)
Lines 97-104 $(document).ready(function() { Link Here
97
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
97
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
98
98
99
99
100
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" />
101
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" />
102
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
100
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
103
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
101
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
104
102
105
- 

Return to bug 9052