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 110-117 $(document).ready(function(){ Link Here
110
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
110
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
111
111
112
112
113
<link rel="stylesheet" type="text/css" href="[% yuipath %]/reset-fonts-grids.css" />
114
<link rel="stylesheet" type="text/css" href="[% yuipath %]/skin.css" />
115
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
113
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
116
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
114
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
117
115
118
- 

Return to bug 9052