* minor rebranding
* set the "background" frame "WCmd" to noresize
This commit is contained in:
teo_sarca 2007-06-18 09:21:33 +00:00
parent 235e2d5800
commit 2958495619
2 changed files with 3 additions and 3 deletions

View File

@ -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="&copy; Compiere"> <frameset id="framesetOuter" cols="*" rows="0,*" title="&copy; 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">

View File

@ -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">