From a2f618e300ab5b0e7a319c02d0185cad8dd9f59b Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 15 May 2006 10:21:53 +0000 Subject: [PATCH] Added bigger frame git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3334 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/functions.inc b/include/functions.inc index cee7bf691..0bee05f49 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -986,11 +986,11 @@ function print_red() $string.= "."; } $string= preg_replace('/
/', ' ', $string); - $_SESSION['errors'].= "
". + $_SESSION['errors'].= "
". "". - "". - "

"._("An error occured while checking the formular input")."

". + "

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

". "$string "._("Please check your input and fix the contents of the highlighted field. Pess 'OK' to close this message box.")."

"; + "
"; ######################### }else{ -- 2.30.2