]> git.tokkee.org Git - gosa.git/commitdiff

Code

Moved error output from plugin header to framework.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jun 2007 08:55:24 +0000 (08:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jun 2007 08:55:24 +0000 (08:55 +0000)
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

ihtml/themes/default/framework.tpl
include/functions.inc

index dfe3a107c6542fc0f1ec2f7f72bd5f582518660c..145e47b0c21ce3cb86baa8b896b08b439364164a 100644 (file)
@@ -65,4 +65,4 @@
      </table>
     </td>
   </tr>
-</table>{$focus}</form></body></html>
+</table>{$errors}{$focus}</form></body></html>
index 1b32636cd43ffceb96a3452fe36ada2d24dfdefd..460294e9d79eed22dc3ce4661f68aa4204ea99ed 100644 (file)
@@ -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.= "&nbsp;";
     $display.= "</div>\n";
   }
-  if (isset($_SESSION['errors'])){
-    $display.= $_SESSION['errors'];
-  }
+#  if (isset($_SESSION['errors'])){
+#    $display.= $_SESSION['errors'];
+#  }
 
   return ($display);
 }