Merge pull request #1056 from brayanpereyra/BUG-9549
BUG 9549 I added the width the form and dropdown SOLVED
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user