diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0dc89576d5..a97994f377 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-11-29 Juan Manuel Ramon + + godmode/agentes/modificar_agente.php: Changed style in description + column of this view. + 2011-11-29 Koichiro Kikuchi * extras/pandora_migrate_v3.2_to_v4.0.sql: Added missing alter statements diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index e4a97781b8..19340d7614 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -431,7 +431,7 @@ if ($agents !== false) { // Group icon and name echo "" . ui_print_group_icon ($id_grupo, true).""; // Description - echo "".$agent["comentarios"].""; + echo "". ui_print_truncate_text($agent["comentarios"], 65, true, true, true, '[…]', 'font-size: 6.5pt;').""; // Action //When there is only one element in page it's necesary go back page. if ((count($agents) == 1) && ($offset >= $config["block_size"]))