From b9112541fb37d4ce2562455766c5da6a726ad8c9 Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Tue, 23 Oct 2018 13:56:27 +0200 Subject: [PATCH] Tip added - #2906 --- pandora_console/operation/users/user_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index 83b69c85d2..af71d96586 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -461,7 +461,7 @@ $data[0] .= $table_ichanges; //time autorefresh $times = get_refresh_time_array(); -$data[1] = ''.__('Time autorefresh').''; +$data[1] = ''.__('Time autorefresh'). ui_print_help_tip(__('Interval of autorefresh of the elements, by default they are 30 seconds, needing to enable the autorefresh first'), true).''; $data[1] .= $jump . ''. html_print_select ($times, 'time_autorefresh', $user_info["time_autorefresh"], '', '', '', true,false,false).''; $table->rowclass[] = '';