From: hickert Date: Tue, 26 Jun 2007 08:55:24 +0000 (+0000) Subject: Moved error output from plugin header to framework. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=883ef06a33ec053df7d40a5219404df0641094d9;p=gosa.git Moved error output from plugin header to framework. Else IE calculates wrong width for divs git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6693 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/ihtml/themes/default/framework.tpl b/ihtml/themes/default/framework.tpl index dfe3a107c..145e47b0c 100644 --- a/ihtml/themes/default/framework.tpl +++ b/ihtml/themes/default/framework.tpl @@ -65,4 +65,4 @@ -{$focus} +{$errors}{$focus} diff --git a/include/functions.inc b/include/functions.inc index 1b32636cd..460294e9d 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -1141,6 +1141,8 @@ function print_red() right:0px; bottom:0px; z-index:149; + width:100%; + height:100%; background-image: url(images/opacity_black.png); ' > @@ -1397,9 +1399,9 @@ function print_header($image, $headline, $info= "") $display.= " "; $display.= "\n"; } - if (isset($_SESSION['errors'])){ - $display.= $_SESSION['errors']; - } +# if (isset($_SESSION['errors'])){ +# $display.= $_SESSION['errors']; +# } return ($display); }