Fixed search form. Tiquet: #3988
This commit is contained in:
parent
28fbddd891
commit
ac25696355
|
@ -363,6 +363,9 @@ foreach ($custom_fields as $custom_field) {
|
||||||
$table_custom_fields->data[] = $row;
|
$table_custom_fields->data[] = $row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$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 . '">';
|
||||||
if (is_metaconsole()) {
|
if (is_metaconsole()) {
|
||||||
$table->colspan[2][0] = 7;
|
$table->colspan[2][0] = 7;
|
||||||
$table->cellstyle[2][0] = 'padding: 10px;';
|
$table->cellstyle[2][0] = 'padding: 10px;';
|
||||||
|
|
Loading…
Reference in New Issue