Code

Updated main to support list modifications
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 13:00:52 +0000 (13:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 26 Jan 2010 13:00:52 +0000 (13:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15315 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/posix/main.inc

index 3f0a09e318a35bc7cf921cafbb899e7dd9798fd7..5f817c340b214163d2c86e9bb26768c143c58123 100644 (file)
@@ -110,7 +110,7 @@ if ( $cleanup ){
   }
 
   /* Show page footer depending on the mode */
-  if (!$posixAccount->groupSelect && !$posixAccount->show_ws_dialog && $posixAccount->is_account && empty($lock_msg)){
+  if (!$posixAccount->groupSelect && !$posixAccount->trustSelect && $posixAccount->is_account && empty($lock_msg)){
 
     $display.= "<p class=\"plugbottom\">";