[Vtigercrm-commits] [vtiger-commits] r7236 - /vtigercrm/trunk/Smarty/templates/Header.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 10:40:51 EDT 2006
Author: richie
Date: Sat Jun 17 08:40:47 2006
New Revision: 7236
Log:
Header template file updated
Modified:
vtigercrm/trunk/Smarty/templates/Header.tpl
Modified: vtigercrm/trunk/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Header.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Header.tpl Sat Jun 17 08:40:47 2006
@@ -10,9 +10,26 @@
********************************************************************************/
-->*}
<!-- BEGIN: main -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
+
+{literal}
+<!--[if lte IE 6]>
+<STYLE type=text/css>HTML {
+ OVERFLOW: auto; HEIGHT: 100%
+}
+BODY {
+ margin:0 0 0 0;
+ OVERFLOW: auto; HEIGHT: 100%
+}
+DIV.fixedLay {
+ POSITION: absolute;
+}
+</STYLE>
+<![endif]-->
+{/literal}
+
<title>{$CURRENT_USER} - {$APP.$CATEGORY} - {$APP.$MODULE_NAME} - {$APP.LBL_BROWSER_TITLE}</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link REL="SHORTCUT ICON" HREF="include/images/vtigercrm_icon.ico">
More information about the vtigercrm-commits
mailing list