Code

Moved z-index to the visible layer
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 May 2006 07:55:43 +0000 (07:55 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 May 2006 07:55:43 +0000 (07:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3359 594d385d-05f5-0310-b6e9-bd551577e9d8

TODO
include/functions.inc
include/php_setup.inc
plugins/admin/departments/class_divListDepartment.inc

diff --git a/TODO b/TODO
index 3b471aad2f38dbc9470bd2f0b912c8e5c7287b37..af8180ff900694abc02920aed5801fdf41b2457c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,8 +12,6 @@ Target for 2.4.1:
 * Add online help (english/german)
   Document how to generate it, generate it and check it in
 
-* Fix DNS plugin. Add some more checks 
-
 * Enhance the export xls to export the whole three with a maximum of attributes in each sheet ( OpenSides )
 
 * Enhance the pptp plugin (OpenSides ) 
@@ -33,7 +31,8 @@ Target for 2.4.1:
 Now:
 * evaluate what effects a ldap->cat(..., $this->attributes)
   will have to other plugins in class_plugin.inc
-* Changing LDAP-Servers -> start tab! Actions?
+* Changing NTP-Servers -> start tab! Actions?
+* Fix DNS plugin. Add some more checks 
 
 
 Target for 2.5:
index 1e9b5b6334afc879330dce855de588234052b38e..c9c50058124e47f6ea7917fbe03e0f95fe42b47c 100644 (file)
@@ -975,7 +975,7 @@ function print_red()
       
         if(isset($_SESSION['errors']) && strlen($_SESSION['errors'])==0) {
           $_SESSION['errors'].= "<div style='margin-left:15%;margin-top:100px;".
-            "background-color:white;padding:5px;border:5px solid red;width:55%;".
+            "background-color:white;padding:5px;border:5px solid red;width:55%;z-index:150;".
             "position:absolute' id='e_layer'><table style='width:100%' summary='' border=0>".
             "<tr><td style='vertical-align:top;padding:10px'><img alt='' src='".
             get_template_path($img)."'></td>".
index 8676ae819630db7444a5a630f476cf333b823666..03727fce5982c85356ac3dcf53927404382bcd16 100644 (file)
@@ -68,7 +68,7 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline)
     if (isset($_SESSION['js']) && $_SESSION['js']==FALSE){
       $error_collector= "<div>";
     } else {
-      $error_collector= "<table summary=\"\" width=\"100%\" style='background-color:#E0E0E0;border-bottom:1px solid black'><tr><td><img alt=\"\" align=\"middle\" src='".get_template_path('images/warning.png')."'>&nbsp;<font style='font-size:14px;font-weight:bold'>"._("Generating this page caused the PHP interpreter to raise some errors!")."</font></td><td align=right><button onClick='toggle(\"errorbox\")'>"._("Toggle information")."</button></td></tr></table><div id='errorbox' style='position:absolute; z-index:0; visibility: hidden'>";
+      $error_collector= "<table summary=\"\" width=\"100%\" style='background-color:#E0E0E0;border-bottom:1px solid black';z-index:150;><tr><td><img alt=\"\" align=\"middle\" src='".get_template_path('images/warning.png')."'>&nbsp;<font style='font-size:14px;font-weight:bold'>"._("Generating this page caused the PHP interpreter to raise some errors!")."</font></td><td align=right><button onClick='toggle(\"errorbox\")'>"._("Toggle information")."</button></td></tr></table><div id='errorbox' style='position:absolute; z-index:150; visibility: hidden'>";
     }
   }
  
index 94ff8d2c4b9a21f38a28a486fe1a071721ddf317..a215b9580f83fea223aea656a3340fe4152669a8 100755 (executable)
@@ -122,7 +122,7 @@ class divListDepartment extends MultiSelectWindow
 
   function Save()
   {
-    MultiSelectWindow :: Save();  
+    MultiSelectWindow::Save();
   }
 
   function save_object()