Fixed search form. Tiquet: #3988

This commit is contained in:
m-lopez-f 2016-08-29 09:47:29 +02:00
parent 28fbddd891
commit ac25696355
1 changed files with 3 additions and 0 deletions

View File

@ -363,6 +363,9 @@ foreach ($custom_fields as $custom_field) {
$table_custom_fields->data[] = $row;
}
$filters = '<form method="post" action="index.php?sec=estado&amp;sec2=operation/agentes/status_monitor&amp;refr=' . $refr . '&amp;ag_group=' .
$ag_group . '&amp;ag_freestring=' . $ag_freestring . '&amp;ag_modulename=' . $ag_modulename . '&amp;status=' . $status . '&amp;sort_field=' .
$sortField . '&amp;sort=' . $sort .'&amp;pure=' . $config['pure'] . $ag_custom_fields_params . '">';
if (is_metaconsole()) {
$table->colspan[2][0] = 7;
$table->cellstyle[2][0] = 'padding: 10px;';