Bug 15373: Changing Zip to ZIP on OPAC and Intranet
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-doc-head-close.inc
index 2f43528..fc30f48 100644 (file)
@@ -3,10 +3,7 @@
 <style type="text/css" media="screen">
 
 [% IF ( login ) %]
-    @import url(/intranet-tmpl/prog/en/css/login.css);
-[% END %]
-[% IF ( wizard ) %]
-    @import url(/intranet-tmpl/prog/en/css/wizard.css);
+    @import url([% themelang %]/css/login.css);
 [% END %]
 
 html { background: #eee; }
@@ -71,5 +68,11 @@ td input { font-size: 1.5em; }
 }
 
 </style>
+
+<script type="text/javascript">
+    //<![CDATA[
+        function _(s) { return s } // dummy function for gettext
+    //]]>
+</script>
 </head>
-<body>
+<body id="installer" class="installer">