diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 7e61cd15ad..4f3dd76663 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -2719,15 +2719,15 @@ function ui_print_module_status( * @param string $color Color. * @param boolean $return Return or paint (if false). * @param boolean $text Text to be displayed,by default progress %. - * @param array $ajax [ 'page' => 'page', 'data' => 'data' ]. Example: + * @param array $ajax Ajax: [ 'page' => 'page', 'data' => 'data' ] Sample: * [ - * 'page' => 'operation/agentes/ver_agente', - * 'interval' => 100 / $agent["intervalo"], - * 'data' => [ + * 'page' => 'operation/agentes/ver_agente', Target page. + * 'interval' => 100 / $agent["intervalo"], Ask every interval seconds. + * 'data' => [ Data to be sent to target page. * 'id_agente' => $id_agente, * 'refresh_contact' => 1, * ], - * ] + * ]. * * @return string HTML code. */