mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#12091 Change selection type in agents and modules in Bulk Operations Add alerts
This commit is contained in:
parent
477d3e62f8
commit
b1fa001fe8
@ -255,7 +255,18 @@ $table->data[1][1] = html_print_select(
|
|||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width:180px;'
|
'width:180px;',
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
true
|
||||||
);
|
);
|
||||||
$table->data[1][2] = __('When select agents');
|
$table->data[1][2] = __('When select agents');
|
||||||
$table->data[1][2] .= '<br>';
|
$table->data[1][2] .= '<br>';
|
||||||
@ -271,7 +282,31 @@ $table->data[1][2] .= html_print_select(
|
|||||||
'',
|
'',
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
$table->data[1][3] = html_print_select([], 'module[]', '', false, '', '', true, true, false, '', false, 'width:180px;');
|
$table->data[1][3] = html_print_select(
|
||||||
|
[],
|
||||||
|
'module[]',
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'width:180px;',
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
false,
|
||||||
|
true,
|
||||||
|
true,
|
||||||
|
false
|
||||||
|
);
|
||||||
|
|
||||||
$usr_groups = users_get_groups($config['id_user'], 'LW', true);
|
$usr_groups = users_get_groups($config['id_user'], 'LW', true);
|
||||||
$filter_groups = '';
|
$filter_groups = '';
|
||||||
|
@ -305,7 +305,7 @@ function agent_changed_by_multiple_agents(event, id_agent, selected) {
|
|||||||
$("<option></option>")
|
$("<option></option>")
|
||||||
.html(anyText)
|
.html(anyText)
|
||||||
.attr("value", 0)
|
.attr("value", 0)
|
||||||
.prop("selected", true)
|
.prop("selected", false)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user