#12099 Fix filter header
This commit is contained in:
parent
963664c1d8
commit
d7f774bf57
|
@ -284,8 +284,8 @@ ui_print_standard_header(
|
||||||
// ------------------------ INIT FORM -----------------------------------
|
// ------------------------ INIT FORM -----------------------------------
|
||||||
$table2 = new stdClass();
|
$table2 = new stdClass();
|
||||||
$table2->id = 'controls_table';
|
$table2->id = 'controls_table';
|
||||||
$table2->size[2] = '20%';
|
// $table2->size[2] = '20%';
|
||||||
$table2->style[3] = 'position:absolute; left: auto';
|
// $table2->style[3] = 'position:absolute; left: auto';
|
||||||
$table2->styleTable = 'border:none';
|
$table2->styleTable = 'border:none';
|
||||||
|
|
||||||
if (defined('METACONSOLE')) {
|
if (defined('METACONSOLE')) {
|
||||||
|
|
Loading…
Reference in New Issue