tbrehm
2009-03-15 727e0dc451baf9dd45285400f24f3c5ad0ce2e46
interface/web/mail/mail_domain_edit.php
@@ -113,9 +113,10 @@
      
      if($this->id > 0) {
         //* we are editing a existing record
         $app->tpl->setVar("edit_disabled", 'disabled="disabled"');
         $app->tpl->setVar("edit_disabled", 1);
         $app->tpl->setVar("server_id_value", $this->dataRecord["server_id"]);
      } else {
         $app->tpl->setVar("edit_disabled", '');
         $app->tpl->setVar("edit_disabled", 0);
      }
      
      parent::onShowEnd();