Files
luos/workflow/engine/skinEngine/base/layout-extjs.html
Brayan Osmar Pereyra Suxo 79ffba21c3 BUG 9510 Doesn't work format RTL SOLVED
- I add format fot RTL
2012-08-03 18:57:48 -04:00

13 lines
331 B
HTML
Executable File

<!-- turn on quirks mode for IE -->
{typeDocument}
<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 {dirBody}>
{bodyTemplate}
</body>
</html>