From: cajus Date: Mon, 15 May 2006 10:21:53 +0000 (+0000) Subject: Added bigger frame X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a2f618e300ab5b0e7a319c02d0185cad8dd9f59b;p=gosa.git Added bigger frame git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3334 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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{