Merge branch 'pandora_6.0' of https://brutus.artica.lan:8081/artica/pandorafms into pandora_6.0
This commit is contained in:
commit
12f3465098
|
@ -377,11 +377,9 @@ if (is_metaconsole()) {
|
||||||
else {
|
else {
|
||||||
$table->colspan[2][0] = 7;
|
$table->colspan[2][0] = 7;
|
||||||
$table->cellstyle[2][0] = 'padding-left: 10px;';
|
$table->cellstyle[2][0] = 'padding-left: 10px;';
|
||||||
$table->data[2][0] = ui_toggle(html_print_table($table_custom_fields, true), __('Agent custom fields'), '', true, true);
|
$table->data[2][0] = ui_toggle(html_print_table($table_custom_fields,
|
||||||
|
true), __('Agent custom fields'), '', true, true);
|
||||||
|
|
||||||
$filters = '<form method="post" action="index.php?sec=estado&sec2=operation/agentes/status_monitor&refr=' . $refr . '&ag_group=' .
|
|
||||||
$ag_group . '&ag_freestring=' . $ag_freestring . '&ag_modulename=' . $ag_modulename . '&status=' . $status . '&sort_field=' .
|
|
||||||
$sortField . '&sort=' . $sort .'&pure=' . $config['pure'] . $ag_custom_fields_params . '">';
|
|
||||||
$filters .= html_print_table($table, true);
|
$filters .= html_print_table($table, true);
|
||||||
$filters .= '</form>';
|
$filters .= '</form>';
|
||||||
echo $filters;
|
echo $filters;
|
||||||
|
|
Loading…
Reference in New Issue