fixed styles
This commit is contained in:
parent
774b32d7a0
commit
5d0d485efa
|
@ -116,7 +116,6 @@ if ($is_enterprise !== ENTERPRISE_NOT_HOOK && $vconsoles_manage) {
|
|||
];
|
||||
}
|
||||
|
||||
if ($is_metaconsole === false) {
|
||||
ui_print_standard_header(
|
||||
__('Visual Console List'),
|
||||
'images/op_reporting.png',
|
||||
|
@ -135,13 +134,6 @@ if ($is_metaconsole === false) {
|
|||
],
|
||||
]
|
||||
);
|
||||
} else {
|
||||
ui_meta_print_header(
|
||||
__('Visual console').' » '.$visualConsoleName,
|
||||
'',
|
||||
$buttons
|
||||
);
|
||||
}
|
||||
|
||||
$id_layout = (int) get_parameter('id_layout');
|
||||
$copy_layout = (bool) get_parameter('copy_layout');
|
||||
|
|
|
@ -113,7 +113,6 @@ if ($is_enterprise !== ENTERPRISE_NOT_HOOK && $vconsoles_manage) {
|
|||
];
|
||||
}
|
||||
|
||||
if ($is_metaconsole === false) {
|
||||
ui_print_standard_header(
|
||||
__('Favourite Visual Console'),
|
||||
'images/op_reporting.png',
|
||||
|
@ -132,13 +131,6 @@ if ($is_metaconsole === false) {
|
|||
],
|
||||
]
|
||||
);
|
||||
} else {
|
||||
ui_meta_print_header(
|
||||
__('Visual console').' » '.$visualConsoleName,
|
||||
'',
|
||||
$buttons
|
||||
);
|
||||
}
|
||||
|
||||
$search = (string) get_parameter('search', '');
|
||||
$ag_group = (int) get_parameter('ag_group', 0);
|
||||
|
|
Loading…
Reference in New Issue