BUG 9549 I added the width the form and dropdown SOLVED

I added the width the form and dropdown
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-12-05 15:21:05 -04:00
parent 8e6ee6388b
commit bcef02210a
2 changed files with 4 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ var dynaformEditor={
panelImportDyna = new leimnud.module.panel(); panelImportDyna = new leimnud.module.panel();
panelImportDyna.options={ panelImportDyna.options={
limit : true, limit : true,
size : {w:410,h:160}, size : {w:650,h:160},
position : {x:0,y:0,center:true}, position : {x:0,y:0,center:true},
title : '', title : '',
theme : 'processmaker', theme : 'processmaker',

View File

@@ -132,7 +132,7 @@ switch ($request) {
$aRow = $oDataset->getRow(); $aRow = $oDataset->getRow();
$select = '<select name="form[IMPORT_DYNA]" id="form[IMPORT_DYNA]" width="300" style="width: 300px" class="module_app_input___gray">'; $select = '<select name="form[IMPORT_DYNA]" id="form[IMPORT_DYNA]" width="600" style="width: 600px" class="module_app_input___gray">';
$selectGroup = ''; $selectGroup = '';
while (is_array( $aRow )) { while (is_array( $aRow )) {
if ($selectGroup != $aRow['PROC_NAME']) { if ($selectGroup != $aRow['PROC_NAME']) {
@@ -158,10 +158,10 @@ switch ($request) {
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="40%" style="font: 11px/180% sans-serif,MiscFixed; color: #808080; text-align: right;"> <td width="25%" style="font: 11px/180% sans-serif,MiscFixed; color: #808080; text-align: right;">
<label for="form[IMPORT_DYNA]">' . G::LoadTranslation('ID_DYNAFORM') . '</label> <label for="form[IMPORT_DYNA]">' . G::LoadTranslation('ID_DYNAFORM') . '</label>
</td> </td>
<td width="615" class="FormFieldContent">' . $select . ' <td width="75%" class="FormFieldContent">' . $select . '
</td> </td>
</tr> </tr>
<tr> <tr>