From 737f9863ada0021029c0393a5e4ce2e9a04e29dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 1 Feb 2011 15:41:46 +0000 Subject: [PATCH] Fehlermeldung wenn Login-Daten nicht stimmen --- skin/fhcomplete.css | 8 +++++++- wawi/login.php | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/skin/fhcomplete.css b/skin/fhcomplete.css index d97cefd43..4ea1fc4f5 100644 --- a/skin/fhcomplete.css +++ b/skin/fhcomplete.css @@ -18,4 +18,10 @@ * Andreas Oesterreicher and * Karl Burkhart . */ -@charset "utf-8"; \ No newline at end of file +@charset "utf-8"; + +.error +{ + color: red; +} + \ No newline at end of file diff --git a/wawi/login.php b/wawi/login.php index a9d7031d5..b07fd10bd 100644 --- a/wawi/login.php +++ b/wawi/login.php @@ -60,11 +60,16 @@ if (isset($_POST['username'])) Login - Bestellwesen Technikum Wien V 2.0.0 +

+ '.$errormsg.'

'; + ?>
Login