summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca7e1a8)
raw | patch | inline | side by side (parent: ca7e1a8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Sep 2005 15:01:01 +0000 (15:01 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Sep 2005 15:01:01 +0000 (15:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1406 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
index b1b54923d42923b364ac0f65dc93771a089157b4..6b6c105516814ef66801d17ddc0240a18e9a047f 100644 (file)
--- a/TODO
+++ b/TODO
- Re-implement profile management, divlists look pretty ugly here
- Re-implement "new" functionality
+* Password changing for workstations doesn't work anymore
+
Target for 2.5:
===============
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index d1afe0d43a847a4b36a04bcdffbb4f6b7346691f..e9e5e7dfaa2819e0fbcbbeb9db00824620a3ed21 100644 (file)
}
if (preg_match ("/,ou=incoming,/i", $tmp)){
if (in_array('gotoTerminal', $value['objectClass'])){
- $add= "+ "._("New terminal");
+ $add= "- "._("New terminal");
}
if (in_array('gotoWorkstation', $value['objectClass'])){
- $add= "+ "._("New workstation");
+ $add= "- "._("New workstation");
}
} else {
$add= "";
if (isset($value["macAddress"][0]) && $value["macAddress"][0] != "-"){
$terminal = $value;
$terminal['type'] = "L";
+ $terminal['is_new'] = $add;
} else {
$terminal = $value;
$terminal['type'] = "D";