interface/web/sites/web_domain_edit.php
@@ -187,9 +187,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();