Improved layout of error messages

pull/1/head
root 16 years ago
parent c21758747c
commit f3194e9ab6

@ -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…
Cancel
Save