summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 10d8fde)
raw | patch | inline | side by side (parent: 10d8fde)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 10:16:58 +0000 (10:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 10:16:58 +0000 (10:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10055 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/personal/environment/class_environment.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/personal/environment/class_environment.inc b/gosa-plugins/goto/personal/environment/class_environment.inc
index d59eb4120577bbc25378481486c8d3320665d8a6..b2a76c498659a464342bf5f824226ccffa0e2578 100644 (file)
$display= $this->show_enable_header(msgPool::addFeaturesButton(_("Environment")),
msgPool::featuresDisabled(_("Environment")));
return $display;
+ }elseif((isset($this->parent->by_object['ogroup']))){
+ $display= $this->show_enable_header(msgPool::addFeaturesButton(_("Environment")),
+ msgPool::featuresDisabled(_("Environment")));
+ return $display;
}else{
$display= $this->show_enable_header(msgPool::addFeaturesButton(_("Environment")),
msgPool::featuresDisabled(_("Environment"), _("POSIX")), TRUE);