|
@@ -407,6 +407,9 @@ MWF.xApplication.process.Xform.Log = MWF.APPLog = new Class({
|
|
|
left = iconNode.getStyle("margin-left").toInt();
|
|
left = iconNode.getStyle("margin-left").toInt();
|
|
|
left = left + 28;
|
|
left = left + 28;
|
|
|
}
|
|
}
|
|
|
|
|
+ if( !nodeStyle ){
|
|
|
|
|
+ textNode.setStyle("margin-left",left+"px");
|
|
|
|
|
+ }
|
|
|
var html;
|
|
var html;
|
|
|
var company = "";
|
|
var company = "";
|
|
|
if (!isTask){
|
|
if (!isTask){
|
|
@@ -1452,6 +1455,9 @@ MWF.xApplication.process.Xform.Log = MWF.APPLog = new Class({
|
|
|
left = iconNode.getStyle("margin-left").toInt();
|
|
left = iconNode.getStyle("margin-left").toInt();
|
|
|
left = left + 28;
|
|
left = left + 28;
|
|
|
}
|
|
}
|
|
|
|
|
+ if( !nodeStyle ){
|
|
|
|
|
+ textNode.setStyle("margin-left",left+"px");
|
|
|
|
|
+ }
|
|
|
var html;
|
|
var html;
|
|
|
var company = "";
|
|
var company = "";
|
|
|
if (!isTask){
|
|
if (!isTask){
|