Merge branch '2.0' of git.colosa.net:processmaker into 2.0
This commit is contained in:
@@ -3247,6 +3247,10 @@ class processMap {
|
|||||||
$sObject = G::LoadTranslation('ID_ALL');
|
$sObject = G::LoadTranslation('ID_ALL');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default :
|
||||||
|
$sObjectType = G::LoadTranslation('ID_ALL');
|
||||||
|
$sObject = G::LoadTranslation('ID_ALL');
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
//Participated
|
//Participated
|
||||||
if ($aRow ['OP_PARTICIPATE'] == 0) {
|
if ($aRow ['OP_PARTICIPATE'] == 0) {
|
||||||
|
|||||||
@@ -2337,9 +2337,14 @@ processmap.prototype={
|
|||||||
/* Panel editor */
|
/* Panel editor */
|
||||||
|
|
||||||
this.panels.editor=new leimnud.module.panel();
|
this.panels.editor=new leimnud.module.panel();
|
||||||
|
oClientWinSize = getClientWindowSize();
|
||||||
|
var heightPanel = this.options.size.h;
|
||||||
|
if(heightPanel <= oClientWinSize.height ) heightPanel = heightPanel + 800;
|
||||||
|
|
||||||
this.panels.editor.options={
|
this.panels.editor.options={
|
||||||
limit:true,
|
limit:true,
|
||||||
size:{w:this.options.size.w,h:this.options.size.h},
|
// size:{w:this.options.size.w,h:this.options.size.h},
|
||||||
|
size:{w:this.options.size.w,h:heightPanel},
|
||||||
position:{x:200,y:0,centerX:true},
|
position:{x:200,y:0,centerX:true},
|
||||||
title:"",
|
title:"",
|
||||||
titleBar:false,
|
titleBar:false,
|
||||||
|
|||||||
Reference in New Issue
Block a user