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:
parent
5f962a0ce1
commit
a455988c09
|
@ -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>
|
||||
|
||||
* godmode/users/configure_user.php: Fixed the edition
|
||||
|
|
|
@ -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 = '<a href="index.php?sec=estado&sec2=operation/agentes/estado_agente&refr=60&group_id='.$id_group.'">';
|
||||
|
|
Loading…
Reference in New Issue