2011-08-08 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2011-08-08 15:49:30 +00:00
parent 646595ee62
commit 1070548338
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-08-08 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Improved tooltip link to
avoid automatic go to the top of the page
2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_html.php

View File

@ -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 = '<a href="#" class="tip">&nbsp;<span>'.$text.'</span></a>';
$output = '<a href="javascript:" class="tip">&nbsp;<span>'.$text.'</span></a>';
if ($return)
return $output;