From: hickert Date: Tue, 20 Jul 2010 14:56:50 +0000 (+0000) Subject: Updated management edit. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=646308b53913afc169fe68abdd94527728fea576;p=gosa.git Updated management edit. -The apply button was visible in multi edit git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19026 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index d418c31f1..beef85777 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -628,9 +628,10 @@ class management if(!empty($altTabType)) $tabType = $altTabType; if(!empty($altAclCategory)) $aclCategory = $altAclCategory; + $this->displayApplyBtn = count($target) == 1; + // Single edit - we only got one object dn. if(count($target) == 1){ - $this->displayApplyBtn = TRUE; $this->is_new = FALSE; $this->is_single_edit = TRUE; $this->is_multiple_edit = FALSE;