Merged in dheeyi/processmaker/PM-1747A (pull request #1701)
PM-1747 and PM-1748 El Window del editor de html de Output Documents no se muestra por completo
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
.clearlooks2, .clearlooks2 div, .clearlooks2 span, .clearlooks2 a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family:Arial,Verdana; font-size:11px; color:#000; text-decoration:none; font-weight:normal; width:auto; height:auto; overflow:hidden; display:block}
|
.clearlooks2, .clearlooks2 div, .clearlooks2 span, .clearlooks2 a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family:Arial,Verdana; font-size:11px; color:#000; text-decoration:none; font-weight:normal; width:auto; height:auto; overflow:hidden; display:block}
|
||||||
|
|
||||||
/* General */
|
/* General */
|
||||||
.clearlooks2 {position:absolute; direction:ltr}
|
.clearlooks2 {position:fixed !important; direction:ltr; top:20px !important;height:552px !important;}
|
||||||
.clearlooks2 .mceWrapper {position:static}
|
.clearlooks2 .mceWrapper {position:static}
|
||||||
.mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%}
|
.mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%}
|
||||||
.clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)}
|
.clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)}
|
||||||
|
|||||||
@@ -73,6 +73,6 @@ function resizeInputs() {
|
|||||||
|
|
||||||
if (el) {
|
if (el) {
|
||||||
el.style.width = (vp.w - 20) + 'px';
|
el.style.width = (vp.w - 20) + 'px';
|
||||||
el.style.height = (vp.h - 65) + 'px';
|
el.style.height = (vp.h - 122) + 'px';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -213,7 +213,6 @@ $menuPerms = $menuPerms . ($RBAC->userCanAccess( 'PM_REASSIGNCASE' ) == 1) ? 'R'
|
|||||||
$oHeadPublisher->assign( '___p34315105', $menuPerms ); // user menu permissions
|
$oHeadPublisher->assign( '___p34315105', $menuPerms ); // user menu permissions
|
||||||
G::LoadClass( 'configuration' );
|
G::LoadClass( 'configuration' );
|
||||||
$c = new Configurations();
|
$c = new Configurations();
|
||||||
|
|
||||||
//$oHeadPublisher->addExtJsScript('cases/caseUtils', true);
|
//$oHeadPublisher->addExtJsScript('cases/caseUtils', true);
|
||||||
$oHeadPublisher->addExtJsScript( 'app/main', true );
|
$oHeadPublisher->addExtJsScript( 'app/main', true );
|
||||||
$oHeadPublisher->addExtJsScript( 'cases/casesList', false ); //adding a javascript file .js
|
$oHeadPublisher->addExtJsScript( 'cases/casesList', false ); //adding a javascript file .js
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ var webEntry_generate = function(PRO_UID, TASKS, DYNAFORM) {
|
|||||||
if(getField('WE_TYPE').value=='SINGLE')
|
if(getField('WE_TYPE').value=='SINGLE')
|
||||||
{ oPanel1 = new leimnud.module.panel();
|
{ oPanel1 = new leimnud.module.panel();
|
||||||
oPanel1.options = {
|
oPanel1.options = {
|
||||||
size :{w:600,h:400},
|
size :{w:500,h:390},
|
||||||
position:{x:0,y:0,center:true},
|
position:{x:0,y:0,center:true},
|
||||||
title :"Web Entry",
|
title :"Web Entry",
|
||||||
statusBar:true,
|
statusBar:true,
|
||||||
|
|||||||
Reference in New Issue
Block a user