tbrehm
2009-03-17 9994de85fcf14a98dcc54cc7399b87e34d9b3c29
interface/web/sites/web_domain_edit.php
@@ -185,6 +185,14 @@
         
      }
      
      if($this->id > 0) {
         //* we are editing a existing record
         $app->tpl->setVar("edit_disabled", 1);
         $app->tpl->setVar("server_id_value", $this->dataRecord["server_id"]);
      } else {
         $app->tpl->setVar("edit_disabled", 0);
      }
      parent::onShowEnd();
   }