Improved layout of error messages
This commit is contained in:
parent
c21758747c
commit
f3194e9ab6
1 changed files with 3 additions and 3 deletions
|
@ -22,13 +22,13 @@
|
||||||
{
|
{
|
||||||
if($_SESSION['_config']['remindersent'] == 1)
|
if($_SESSION['_config']['remindersent'] == 1)
|
||||||
{
|
{
|
||||||
?><div color="orange"><?
|
?><font color="orange" size="+1"><?
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
?><div color="orange"><?=_("ERROR")?>: <?
|
?><font color="orange" size="+1"><?=_("ERROR")?>: <?
|
||||||
}
|
}
|
||||||
echo $_SESSION['_config']['error']."</div>";
|
echo $_SESSION['_config']['error']."</font>";
|
||||||
unset($_SESSION['_config']['error']);
|
unset($_SESSION['_config']['error']);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue