[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes po... [rel_2_2]
From: |
Robert Lyon |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes po... [rel_2_2] |
Date: |
Mon, 27 Nov 2006 04:34:38 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Robert Lyon <bob_lyon> 06/11/27 04:34:38
Modified files:
koha-tmpl/intranet-tmpl/npl/en/includes: popup-top.inc
Log message:
Altering template to use newer css calls
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/popup-top.inc?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.1&r2=1.1.2.2
Patches:
Index: popup-top.inc
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/popup-top.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- popup-top.inc 12 Apr 2006 05:23:05 -0000 1.1.2.1
+++ popup-top.inc 27 Nov 2006 04:34:38 -0000 1.1.2.2
@@ -5,9 +5,12 @@
<title>popup</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/css/main.css">
+<style type="text/css">
+ <!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR
NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!--
TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang'
-->/includes/intranet.css);<!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!--
TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR
NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
+</style>
+
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"
-->/includes/css/popup.css">
</head>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes po... [rel_2_2],
Robert Lyon <=