mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-9151-Ensanchar-los-boxes-de-agentes-módulos-en-paradas-planificadas' into 'develop'
Ent 9151 ensanchar los boxes de agentes módulos en paradas planificadas https://brutus.artica.es:8081/artica/pandora_enterprise/-/issues/9151 See merge request artica/pandorafms!5044
This commit is contained in:
commit
b10b9186bf
@ -797,13 +797,29 @@ $table = new StdClass();
|
|||||||
$table->class = 'databox filters';
|
$table->class = 'databox filters';
|
||||||
$table->width = '100%';
|
$table->width = '100%';
|
||||||
$table->data = [];
|
$table->data = [];
|
||||||
|
$table->size[0] = '25%';
|
||||||
|
|
||||||
$table->data[0][0] = __('Group filter');
|
$table->data[0][0] = __('Group filter');
|
||||||
$table->data[0][1] = html_print_select_groups(false, $access, $return_all_group, 'filter_group', $filter_group, '', '', '', true, false, true, '', false, 'min-width:180px;margin-right:15px;');
|
$table->data[0][1] = html_print_select_groups(
|
||||||
|
false,
|
||||||
|
$access,
|
||||||
|
$return_all_group,
|
||||||
|
'filter_group',
|
||||||
|
$filter_group,
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
true,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'min-width:180px;margin-right:15px;'
|
||||||
|
);
|
||||||
$table->data[0][2] = __('Recursion').'  '.html_print_checkbox('recursion', 1, $recursion, true, false, '');
|
$table->data[0][2] = __('Recursion').'  '.html_print_checkbox('recursion', 1, $recursion, true, false, '');
|
||||||
|
|
||||||
$table->data[1][0] = __('Available agents');
|
$table->data[1][0] = __('Available agents');
|
||||||
$table->data[1][1] = html_print_select($agents, 'id_agents[]', -1, '', _('Any'), -2, true, true, true, '', false, 'width: 180px;');
|
$table->data[1][1] = html_print_select($agents, 'id_agents[]', -1, '', _('Any'), -2, true, true, true, '', false, 'min-width: 250px;width: 70%;');
|
||||||
|
|
||||||
|
|
||||||
if ($type_downtime != 'quiet') {
|
if ($type_downtime != 'quiet') {
|
||||||
@ -855,7 +871,7 @@ $table->data[3][1] = html_print_select(
|
|||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width: 180px;'
|
'min-width: 250px;width: 70%;'
|
||||||
);
|
);
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user