mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-8710-Cuadro-eliminar-alertas-masivas-pequeño' into 'develop'
Fix visual issue See merge request artica/pandorafms!4844
This commit is contained in:
commit
616c2b776a
@ -258,9 +258,9 @@ $table->style[0] = 'font-weight: bold;';
|
|||||||
$table->style[2] = 'font-weight: bold;';
|
$table->style[2] = 'font-weight: bold;';
|
||||||
$table->size = [];
|
$table->size = [];
|
||||||
$table->size[0] = '15%';
|
$table->size[0] = '15%';
|
||||||
$table->size[1] = '40%';
|
$table->size[1] = '35%';
|
||||||
$table->size[2] = '15%';
|
$table->size[2] = '15%';
|
||||||
$table->size[3] = '40%';
|
$table->size[3] = '35%';
|
||||||
|
|
||||||
$table->data = [];
|
$table->data = [];
|
||||||
|
|
||||||
@ -276,7 +276,12 @@ $table->data[0][1] = html_print_select(
|
|||||||
false,
|
false,
|
||||||
__('Select'),
|
__('Select'),
|
||||||
0,
|
0,
|
||||||
true
|
true,
|
||||||
|
false,
|
||||||
|
true,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'width: 100%;'
|
||||||
);
|
);
|
||||||
$table->data[0][2] = '';
|
$table->data[0][2] = '';
|
||||||
$table->data[0][3] = '';
|
$table->data[0][3] = '';
|
||||||
@ -295,7 +300,8 @@ $table->data[1][1] = html_print_select_groups(
|
|||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
$id_alert_template == 0
|
$id_alert_template == 0,
|
||||||
|
'width: 100%;'
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data[0][2] = __('Show alerts on disabled modules');
|
$table->data[0][2] = __('Show alerts on disabled modules');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user