From: hickert Date: Mon, 25 Jun 2007 07:57:48 +0000 (+0000) Subject: Added background div to error msgs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=62181ae65e255ab90c00aeb183989a4b443f96fc;p=gosa.git Added background div to error msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6675 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index 45a4a2f3c..6b6fe5a1c 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -1064,7 +1064,19 @@ function print_red() } if(isset($_SESSION['errors']) && strlen($_SESSION['errors'])==0) { - $_SESSION['errors'].= "
". "

"._("An error occurred while processing your request"). "

$string

$addmsg

"; }