Code

Applied patch from revision 4263 (Hide save/cancel button, if we are adding a worksta...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 04:36:40 +0000 (04:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 04:36:40 +0000 (04:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4667 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/main.inc

index 881eb8c02535cece9eb0c098686e3344d6d39531..5438227d4f8ec5aa6b6b61f565babec21fa80d81 100644 (file)
@@ -101,7 +101,7 @@ if (!$remove_lock){
   }
 
   /* Show page footer depending on the mode */
-  if (!$posixAccount->group_dialog && $posixAccount->is_account){
+  if (!$posixAccount->group_dialog && !$posixAccount->show_ws_dialog && $posixAccount->is_account){
 
     $display.= "<p class=\"plugbottom\">";