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:
parent
646595ee62
commit
1070548338
|
@ -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
|
||||
|
|
|
@ -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"> <span>'.$text.'</span></a>';
|
||||
$output = '<a href="javascript:" class="tip"> <span>'.$text.'</span></a>';
|
||||
|
||||
if ($return)
|
||||
return $output;
|
||||
|
|
Loading…
Reference in New Issue