Merge branch 'ent-11304-ventana-modal-en-la-creacion-de-modulos-es-muy-pequena' into 'develop'
Ent 11304 ventana modal en la creacion de modulos es muy pequena See merge request artica/pandorafms!5946
This commit is contained in:
commit
cc54c69339
|
@ -1105,8 +1105,9 @@ $createModuleTable->data[0][] = html_print_label_input_block(
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width:250px;'
|
'width:350px;'
|
||||||
)
|
),
|
||||||
|
['div_style' => 'margin-top: 25px;'],
|
||||||
);
|
);
|
||||||
|
|
||||||
$createModuleTable->data[1][] = html_print_label_input_block(
|
$createModuleTable->data[1][] = html_print_label_input_block(
|
||||||
|
@ -1136,6 +1137,7 @@ $modalCreateModule .= html_print_div(
|
||||||
[
|
[
|
||||||
'icon' => 'next',
|
'icon' => 'next',
|
||||||
'mode' => 'mini secondary',
|
'mode' => 'mini secondary',
|
||||||
|
'style' => 'margin-top: 140px;',
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
),
|
),
|
||||||
|
@ -1162,8 +1164,8 @@ html_print_div(
|
||||||
draggable: true,
|
draggable: true,
|
||||||
modal: true,
|
modal: true,
|
||||||
close: false,
|
close: false,
|
||||||
height: 222,
|
height: 400,
|
||||||
width: 480,
|
width: 495,
|
||||||
overlay: {
|
overlay: {
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
|
|
Loading…
Reference in New Issue