summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b20099b)
raw | patch | inline | side by side (parent: b20099b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 May 2006 07:55:43 +0000 (07:55 +0000) | ||
committer | cajus <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 | patch | blob | history | |
include/functions.inc | patch | blob | history | |
include/php_setup.inc | patch | blob | history | |
plugins/admin/departments/class_divListDepartment.inc | patch | blob | history |
index 3b471aad2f38dbc9470bd2f0b912c8e5c7287b37..af8180ff900694abc02920aed5801fdf41b2457c 100644 (file)
--- a/TODO
+++ b/TODO
* 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 )
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:
diff --git a/include/functions.inc b/include/functions.inc
index 1e9b5b6334afc879330dce855de588234052b38e..c9c50058124e47f6ea7917fbe03e0f95fe42b47c 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
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>".
diff --git a/include/php_setup.inc b/include/php_setup.inc
index 8676ae819630db7444a5a630f476cf333b823666..03727fce5982c85356ac3dcf53927404382bcd16 100644 (file)
--- a/include/php_setup.inc
+++ b/include/php_setup.inc
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')."'> <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')."'> <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'>";
}
}
diff --git a/plugins/admin/departments/class_divListDepartment.inc b/plugins/admin/departments/class_divListDepartment.inc
index 94ff8d2c4b9a21f38a28a486fe1a071721ddf317..a215b9580f83fea223aea656a3340fe4152669a8 100755 (executable)
function Save()
{
- MultiSelectWindow :: Save();
+ MultiSelectWindow::Save();
}
function save_object()