Code

Updated opacity
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Jun 2007 11:50:02 +0000 (11:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 25 Jun 2007 11:50:02 +0000 (11:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6681 594d385d-05f5-0310-b6e9-bd551577e9d8

html/images/opacity_black_75.png [new file with mode: 0644]
include/functions.inc

diff --git a/html/images/opacity_black_75.png b/html/images/opacity_black_75.png
new file mode 100644 (file)
index 0000000..9fac09e
Binary files /dev/null and b/html/images/opacity_black_75.png differ
index d86b9e6418ca7fb39110ee4fc7c32a9e51310956..52cf1a824606ef0b7036c3454703a199cec78f99 100644 (file)
@@ -1133,18 +1133,17 @@ function print_red()
       
         if(isset($_SESSION['errors']) && strlen($_SESSION['errors'])==0) {
           $_SESSION['errors'].= "
         <div  id='e_layer2'
+ <div  id='e_layer2'
                 style='
                       position: absolute;
-                      background: transparent;
-                      background-color: black; 
                       left: 0px;
                       top: 0px;
                       right:0px;
-                      bottom:0px; 
+                      bottom:0px;
                       z-index:149;
-                      filter:Alpha(opacity=55);
-                      opacity: 0.55'>
+                      background-image: url(images/opacity_black_75.png);
+'
+>
           </div>
           <div style='left:20%;right:20%;top:30%;".
             "background-color:white;padding:5px;border:5px solid red;z-index:150;".