From 62181ae65e255ab90c00aeb183989a4b443f96fc Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 25 Jun 2007 07:57:48 +0000 Subject: [PATCH] Added background div to error msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6675 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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

"; } -- 2.30.2