nextSkin
This commit is contained in:
17
workflow/engine/skinEngine/next/layout-extjs.html
Normal file
17
workflow/engine/skinEngine/next/layout-extjs.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!-- turn on quirks mode for IE -->
|
||||
{doctype}
|
||||
<head>
|
||||
{meta}
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
||||
{header}
|
||||
<style>
|
||||
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body {dirBody}>
|
||||
{bodyTemplate}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user