2010-06-01 Sergio Martin <sergio.martin@artica.es>

* include/functions_ui.php: Fixed the group
	icon size to 16x16 pixels by default.
	Bug: 3008508



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2831 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-06-01 13:22:24 +00:00
parent 5f962a0ce1
commit a455988c09
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-06-01 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Fixed the group
icon size to 16x16 pixels by default.
Bug: 3008508
2010-06-01 Sergio Martin <sergio.martin@artica.es> 2010-06-01 Sergio Martin <sergio.martin@artica.es>
* godmode/users/configure_user.php: Fixed the edition * godmode/users/configure_user.php: Fixed the edition

View File

@ -238,7 +238,9 @@ function print_group_icon ($id_group, $return = false, $path = "groups_small", $
else else
$icon = "world"; $icon = "world";
if($style == '')
$style = 'width: 16px; height: 16px;';
$output = ''; $output = '';
if ($link) if ($link)
$output = '<a href="index.php?sec=estado&amp;sec2=operation/agentes/estado_agente&amp;refr=60&amp;group_id='.$id_group.'">'; $output = '<a href="index.php?sec=estado&amp;sec2=operation/agentes/estado_agente&amp;refr=60&amp;group_id='.$id_group.'">';