fix for admin console in IE 7
This commit is contained in:
parent
ab660f0f87
commit
fff109c2c3
1 changed files with 15 additions and 0 deletions
15
docs/upgrades/templates-7.3.0/admin-console-style.tmpl
Normal file
15
docs/upgrades/templates-7.3.0/admin-console-style.tmpl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#PBtmpl0000000000000137
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>WebGUI <tmpl_var session.webgui.version>-<tmpl_var session.webgui.status> Admin Console</title>
|
||||
<link rel="icon" href="^Extras(favicon.png);" type="image/png" />
|
||||
<link rel="shortcut icon" href="^Extras(favicon.ico);" />
|
||||
<tmpl_var head.tags>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<tmpl_var body.content>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue