summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72ae586)
raw | patch | inline | side by side (parent: 72ae586)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 10:11:38 +0000 (10:11 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Dec 2005 10:11:38 +0000 (10:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2293 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
plugins/admin/groups/class_groupMail.inc | patch | blob | history | |
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
index 2ef9527ed0bd6db0dbece258cd7692c1599325df..65f40d7854bc1076301c0030c154efe9923cd520 100644 (file)
--- a/TODO
+++ b/TODO
* Add online help (english/german)
-* Group mail is not initially addable?
-
+* Group mail is not initially add-able?
Target for 2.5:
index f7744376383a24247d20379ec9bb82c810835ec2..a09c263cd5cedbb8838df1d07746b0ce95a7e680 100644 (file)
$method->disconnect();
}
+ /* Adapt attributes if needed */
+ $method->fixAttributesOnLoad($this);
}
-
- /* Adapt attributes if needed */
- $method->fixAttributesOnLoad($this);
}
/* Get global filter config */
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index 49ef55ccb7b9491cd4001e6a8e617e2c2192e90e..a2121802e63df58ec2e51c5aeb3994a15417c876 100644 (file)
" <input class='center' type='image' src='images/list_submit.png' align='middle' title='"._("Submit department")."' name='submit_department' alt='". _("Submit")."'> ".
"</div>";
-
-
$action= "<input class='center' type='image' src='images/edit.png' alt='"._("edit")."' name='user_edit_%KEY%' title='"._("Edit system")."'>";
$action.= "<input class='center' type='image' src='images/edittrash.png' alt='"._("delete")."' name='user_del_%KEY%' title='"._("Delete system")."'>";
-
$divlist = new divlist("systemstab");
$divlist->SetHeader(array(
array("string" => " ", "attach" => "style='text-align:center;width:20px;'"),