use already made icon for hint
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-10-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/common.lib.php: there was already a tip icon in our collection,
|
||||||
|
thanks to Michael Keck
|
||||||
|
|
||||||
2004-10-20 Michal Čihař <michal@cihar.com>
|
2004-10-20 Michal Čihař <michal@cihar.com>
|
||||||
* lang/czech: Update.
|
* lang/czech: Update.
|
||||||
* tbl_relation.php: Backquote table name (bug #1050441).
|
* tbl_relation.php: Backquote table name (bug #1050441).
|
||||||
|
@@ -556,7 +556,7 @@ if ($is_minimum_common == FALSE) {
|
|||||||
*/
|
*/
|
||||||
function PMA_showHint($hint_message)
|
function PMA_showHint($hint_message)
|
||||||
{
|
{
|
||||||
return '<img src="' . $GLOBALS['pmaThemeImage'] . 'b_hint.png" width="32" height="32" border="0" alt="' . $hint_message . '" title="' . $hint_message . '" align="middle" />';
|
return '<img src="' . $GLOBALS['pmaThemeImage'] . 'b_tipp.png" width="16" height="16" border="0" alt="' . $hint_message . '" title="' . $hint_message . '" align="middle" />';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user