Improved tooltip for JavaScript-enabled browsers (superscripts changed to icons)

This commit is contained in:
lorilee
2010-07-13 17:44:05 -07:00
parent eff9311c03
commit 5ad3a70718

View File

@@ -492,7 +492,9 @@ function PMA_showHint($message, $bbcode = false, $type = 'notice')
} }
// footnotemarker used in js/tooltip.js // footnotemarker used in js/tooltip.js
return '<sup class="footnotemarker" id="footnote_sup_' . $nr . '_' . $instance . '">' . $nr . '</sup>'; return '<sup class="footnotemarker" id="footnote_sup_' . $nr . '_' . $instance . '">' . $nr . '</sup>' .
'<img class="footnotemarker" id="footnote_sup_' . $nr . '_' . $instance . '" src="' .
$GLOBALS['pmaThemeImage'] . 'b_help.png" />';
} }
/** /**