- fixes for installer on IE9 - fixes for main uxmodern interface view on IE9 - ux-wizard extjs plugin updated - ux-card-layout extjs plugin updated - extjs library updated to 3.4.0 from 3.2.1 - draw2d library removed from load
13 lines
428 B
HTML
13 lines
428 B
HTML
<!-- turn on quirks mode for IE -->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=8" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
|
{header}
|
|
</head>
|
|
<body>
|
|
{bodyTemplate}
|
|
</body>
|
|
</html> |