WebUI:
* minor rebranding * set the "background" frame "WCmd" to noresize
This commit is contained in:
parent
235e2d5800
commit
2958495619
|
|
@ -22,8 +22,8 @@ function resizeFrame(value){
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="pragma" content="no-cache">
|
<meta http-equiv="pragma" content="no-cache">
|
||||||
</head>
|
</head>
|
||||||
<frameset id="framesetOuter" cols="*" rows="0,*" title="© Compiere">
|
<frameset id="framesetOuter" cols="*" rows="0,*" title="© ADempiere">
|
||||||
<frame src="cmd.html" name="WCmd">
|
<frame src="cmd.html" name="WCmd" noresize>
|
||||||
<frameset id="framesetMenuWindow" cols="0,*" rows="*">
|
<frameset id="framesetMenuWindow" cols="0,*" rows="*">
|
||||||
<frame src="menu.html" name="WMenu">
|
<frame src="menu.html" name="WMenu">
|
||||||
<frame src="window.html" name="WWindow">
|
<frame src="window.html" name="WWindow">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Compiere Window - Performs compliance test</title>
|
<title>ADempiere Window - Performs compliance test</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link href="/css/standard.css" rel="stylesheet" type="text/css">
|
<link href="/css/standard.css" rel="stylesheet" type="text/css">
|
||||||
<link href="/css/window.css" rel="stylesheet" type="text/css">
|
<link href="/css/window.css" rel="stylesheet" type="text/css">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue