#11719 fix modules create alert
This commit is contained in:
parent
58c2037da6
commit
0f1b8fce02
|
@ -40,6 +40,8 @@ $table->size = [];
|
||||||
$table->style[0] = 'width: 50%';
|
$table->style[0] = 'width: 50%';
|
||||||
$table->style[1] = 'width: 50%';
|
$table->style[1] = 'width: 50%';
|
||||||
|
|
||||||
|
$modules = [];
|
||||||
|
|
||||||
if (is_metaconsole() === true) {
|
if (is_metaconsole() === true) {
|
||||||
$params = [];
|
$params = [];
|
||||||
$params['return'] = true;
|
$params['return'] = true;
|
||||||
|
@ -79,8 +81,6 @@ if (is_metaconsole() === true) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$modules = [];
|
|
||||||
|
|
||||||
$table->data[0][1] = html_print_label_input_block(
|
$table->data[0][1] = html_print_label_input_block(
|
||||||
__('Module'),
|
__('Module'),
|
||||||
html_print_select(
|
html_print_select(
|
||||||
|
|
Loading…
Reference in New Issue