[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes d... [rel_3_0]

paul poulain paul at koha-fr.org
Tue Oct 24 22:00:35 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/24 20:00:35

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: doc-head-close.inc 

Log message:
	re-introducing support for intranetstylesheet systempreference

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2&r2=1.2.2.1

Patches:
Index: doc-head-close.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- doc-head-close.inc	13 Feb 2006 16:39:33 -0000	1.2
+++ doc-head-close.inc	24 Oct 2006 20:00:35 -0000	1.2.2.1
@@ -2,7 +2,14 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <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>
 </head>
 





More information about the Koha-cvs mailing list