Adding popup stylesheet.
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / includes / doc-head-close.inc
index 8f469f4..f959558 100644 (file)
@@ -2,14 +2,18 @@
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css" />
 <style type="text/css" media="screen"> 
-       <!-- TMPL_IF NAME="intranetstylesheet" -->
-          @import url(<!-- TMPL_VAR NAME="intranetstylesheet" -->);
+  <!--TMPL_IF NAME="popup"-->
+    @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2popup.css);
+  <!-- TMPL_ELSE -->
+         <!-- TMPL_IF NAME="intranetstylesheet" -->
+           @import url(<!-- TMPL_VAR NAME="intranetstylesheet" -->);
     <!-- TMPL_ELSE -->
-        @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2.css);
-    <!-- /TMPL_IF -->
+      @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2.css);
+    <!--/TMPL_IF-->    
+  <!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="intranetcolorstylesheet" -->
           @import url(<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);
-    <!-- /TMPL_IF -->
+  <!-- /TMPL_IF -->
 </style>
 </head>
 <body>