b to strong, and remove bold for MySQL charset

This commit is contained in:
Marc Delisle
2008-07-09 15:24:44 +00:00
parent 1f1013b3ce
commit fe78d240bb
19 changed files with 50 additions and 50 deletions

View File

@@ -90,11 +90,11 @@ function PMA_getRelationsParam($verbose = false)
*/
function PMA_printRelationsParamDiagnostic($cfgRelation)
{
$messages['error'] = '<font color="red"><b>' . $GLOBALS['strNotOK']
. '</b></font> [ <a href="Documentation.html#%s" target="documentation">'
$messages['error'] = '<font color="red"><strong>' . $GLOBALS['strNotOK']
. '</strong></font> [ <a href="Documentation.html#%s" target="documentation">'
. $GLOBALS['strDocu'] . '</a> ]';
$messages['ok'] = '<font color="green"><b>' . $GLOBALS['strOK'] . '</b></font>';
$messages['ok'] = '<font color="green"><strong>' . $GLOBALS['strOK'] . '</strong></font>';
$messages['enabled'] = '<font color="green">' . $GLOBALS['strEnabled'] . '</font>';
$messages['disabled'] = '<font color="red">' . $GLOBALS['strDisabled'] . '</font>';