make use of new third 'class' parameter for PMA_showMessage()

This commit is contained in:
Sebastian Mendel
2007-10-09 12:16:10 +00:00
parent 534ac6fe1d
commit ec7a30f4fd
11 changed files with 48 additions and 36 deletions

View File

@@ -108,7 +108,7 @@ if (isset($_REQUEST['nopass'])) {
// Displays the page
require_once './libraries/header.inc.php';
echo '<h1>' . $strChangePassword . '</h1>' . "\n\n";
PMA_showMessage($strUpdateProfileMessage, $sql_query);
PMA_showMessage($strUpdateProfileMessage, $sql_query, 'success');
?>
<a href="index.php<?php echo PMA_generate_common_url($_url_params); ?>" target="_parent">
<b><?php echo $strBack; ?></b></a>