summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 293a8da)
raw | patch | inline | side by side (parent: 293a8da)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Feb 2009 08:56:03 +0000 (08:56 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Feb 2009 08:56:03 +0000 (08:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13432 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 26dd857b6bc3905c2ca150c8f0f4285ea74def26..0251feb5559954f29493ced66affae7cfa16600f 100644 (file)
$s.= "...|<img src='plugins/systems/images/select_workstation.png' alt='' border='0' class='center'>".
" "._("Workstation")."|"."newsystem_workstation|\n";
}
- if(class_available("servtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"workstation/servgeneric"))){
+ if(class_available("servtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"server/servgeneric"))){
$s.= "...|<img src='plugins/systems/images/select_server.png' alt='' border='0' class='center'>".
" "._("Server")."|"."newsystem_server|\n";
}