Code

Fixed layout for error messages
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 26 May 2005 10:25:27 +0000 (10:25 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 26 May 2005 10:25:27 +0000 (10:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@463 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index f75a34256b055efb869689092661762ca8f99c72..994d4a2e7f534120c7e6a0478ff4593f8c9ea32a 100644 (file)
@@ -889,7 +889,7 @@ function print_red()
   /* If DEBUGLEVEL is set, we're in web mode, use textual output in
      the other case... */
   if (isset($_SESSION['DEBUGLEVEL'])){
-    $_SESSION['errors'].= "<div align=\"center\" style=\"border-width:5px;".
+    $_SESSION['errors'].= "<div align=\"left\" style=\"border-width:5px;".
       "border-style:solid;border-color:red; background-color:black;".
       "margin-bottom:10px; padding:8px;\"><table><tr><td><img alt=\"\" src=\"".
       get_template_path('images/warning.png')."\"></td>".