From 30aa83c5c201c2c7fe3215dda93569acf1252859 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 8 Aug 2011 15:49:30 +0000 Subject: [PATCH] 2011-08-08 Sergio Martin * include/functions_ui.php: Improved tooltip link to avoid automatic go to the top of the page git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4685 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_ui.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fd77d86f0a..5afb42a563 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-08-08 Sergio Martin + + * include/functions_ui.php: Improved tooltip link to + avoid automatic go to the top of the page + 2011-08-08 Juan Manuel Ramon * include/functions_html.php diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index e0277638e4..21c96bcb5a 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -1207,7 +1207,7 @@ function ui_pagination ($count, $url = false, $offset = 0, $pagination = 0, $ret * @return string HTML code if return parameter is true. */ function ui_print_help_tip ($text, $return = false) { - $output = ' '.$text.''; + $output = ' '.$text.''; if ($return) return $output;