BUG 000 Modification of alignment windows to scrollbar

This commit is contained in:
Marco Antonio Nina
2012-02-29 11:05:14 -04:00
parent 989747381b
commit 9eecacae73
3 changed files with 3 additions and 3 deletions

View File

@@ -1373,7 +1373,7 @@ var processmap=function(){
} }
panel.options={ panel.options={
limit:true, limit:true,
size:{w:670,h:410}, size:{w:670,h:450},
position:{x:50,y:50,center:true}, position:{x:50,y:50,center:true},
title: G_STRINGS.ID_PROCESSMAP_TASK_STEPS+" "+data.label.substr(0,82) + (data.label.length>=82 ? "..." : "") , title: G_STRINGS.ID_PROCESSMAP_TASK_STEPS+" "+data.label.substr(0,82) + (data.label.length>=82 ? "..." : "") ,
theme:this.options.theme, theme:this.options.theme,

View File

@@ -331,7 +331,7 @@ INPUT {
background-color: #F9F9F9; background-color: #F9F9F9;
background-color: #FFF; background-color: #FFF;
overflow: auto; overflow: auto;
padding:0px; padding-top:15px;
} }
.panel_statusBar___processmaker{ .panel_statusBar___processmaker{
position:relative; position:relative;
@@ -339,6 +339,7 @@ INPUT {
font:normal 8pt Tahoma,MiscFixed; font:normal 8pt Tahoma,MiscFixed;
padding:0px; padding:0px;
margin:0px; margin:0px;
top:-32px;
/*background-color:white;*/ /*background-color:white;*/
background-color:transparent; background-color:transparent;
min-height:25px; min-height:25px;

View File

@@ -106,7 +106,6 @@
{elseif ($node->nodeType==='blank')} {elseif ($node->nodeType==='blank')}
{* This is the default "html" for node with nodeType="child" *} {* This is the default "html" for node with nodeType="child" *}
<div class="treeBlank"> <div class="treeBlank">
<br>
<table id="treeNode[{$node->name}]" cellspacing="0" cellpadding="0" border="0" style="width:{$node->width};border-collapse:collapse;"> <table id="treeNode[{$node->name}]" cellspacing="0" cellpadding="0" border="0" style="width:{$node->width};border-collapse:collapse;">
<tr {if $node->value==''}style="display:none"{/if}> <tr {if $node->value==''}style="display:none"{/if}>
<td class="a" name="treeNode[plus][{$node->name}]" width="1px"> <td class="a" name="treeNode[plus][{$node->name}]" width="1px">