From: hickert Date: Fri, 15 Sep 2006 04:36:40 +0000 (+0000) Subject: Applied patch from revision 4263 (Hide save/cancel button, if we are adding a worksta... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d5225baae636aaff75607e39ac6fbf35bc13d180;p=gosa.git Applied patch from revision 4263 (Hide save/cancel button, if we are adding a workstation from MyAccount mode) git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4667 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/posix/main.inc b/plugins/personal/posix/main.inc index 881eb8c02..5438227d4 100644 --- a/plugins/personal/posix/main.inc +++ b/plugins/personal/posix/main.inc @@ -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.= "

";