Merged in bugfix/FBI-1568 (pull request #5533)

FBI-1568

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Rodrigo Quelca
2017-03-15 17:47:56 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -11,11 +11,6 @@
padding :0px !important; padding :0px !important;
} }
</style> </style>
<body onresize="autoResizeScreen()" onload="autoResizeScreen()">
<iframe name="frameMain" id="frameMain" src ="../processes/mainInit" width="99%" height="768" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
<script> <script>
oClientWinSize = getClientWindowSize(); oClientWinSize = getClientWindowSize();
h = getStyle(document.getElementById('pm_menu'),'top'); h = getStyle(document.getElementById('pm_menu'),'top');
@@ -66,6 +61,11 @@
} }
} }
</script> </script>
<body onresize="autoResizeScreen()" onload="autoResizeScreen()">
<iframe name="frameMain" id="frameMain" src ="../processes/mainInit" width="99%" height="768" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
<SCRIPT src="/jscore/src/PM.js" type=text/javascript></SCRIPT> <SCRIPT src="/jscore/src/PM.js" type=text/javascript></SCRIPT>
<SCRIPT src="/jscore/src/Sessions.js" type=text/javascript></SCRIPT> <SCRIPT src="/jscore/src/Sessions.js" type=text/javascript></SCRIPT>