diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0dd0bb395f..1f3a6d66d3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-06-01 Sergio Martin + + * include/functions_ui.php: Fixed the group + icon size to 16x16 pixels by default. + Bug: 3008508 + 2010-06-01 Sergio Martin * godmode/users/configure_user.php: Fixed the edition diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 4e2e051d65..3a7effc126 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -238,7 +238,9 @@ function print_group_icon ($id_group, $return = false, $path = "groups_small", $ else $icon = "world"; - + if($style == '') + $style = 'width: 16px; height: 16px;'; + $output = ''; if ($link) $output = '';