From: hickert Date: Thu, 27 Apr 2006 12:24:07 +0000 (+0000) Subject: Fixed gray out for htpserver box X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=79518853f24954280d9156ce2f57d6a40256d690;p=gosa.git Fixed gray out for htpserver box git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3150 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_terminalGeneric.inc b/plugins/admin/systems/class_terminalGeneric.inc index fefa8fc74..b30922317 100644 --- a/plugins/admin/systems/class_terminalGeneric.inc +++ b/plugins/admin/systems/class_terminalGeneric.inc @@ -294,7 +294,7 @@ class termgeneric extends plugin $this->parent->by_object['termstartup']->gotoTerminalPath= $this->gotoTerminalPath; - if(isset($_POST['cn'])){ + if(isset($_POST['termgeneric_posted'])){ if(isset($_POST["inheritTimeServer"])){ $this->inheritTimeServer = true; }else{ diff --git a/plugins/admin/systems/terminal.tpl b/plugins/admin/systems/terminal.tpl index 04e2a2811..607c5907c 100644 --- a/plugins/admin/systems/terminal.tpl +++ b/plugins/admin/systems/terminal.tpl @@ -122,7 +122,7 @@ - +