Cookies required should not look like an error

This commit is contained in:
Marc Delisle
2003-08-09 10:41:24 +00:00
parent befe10f914
commit 9bd29efba4
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-08-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3: Cookies required message
should not look like an error
2003-08-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.

View File

@@ -257,7 +257,7 @@ input.textfield {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
exit();
}
?>
<p class="warning"><?php echo $GLOBALS['strCookiesRequired']; ?></p>
<p><?php echo '(' . $GLOBALS['strCookiesRequired'] . ')'; ?></p>
<br />