|
|
@@ -32,6 +32,7 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
{
|
|
|
$this->setConfirmMessage("DNS Information");
|
|
|
$this->addInternalAlert('Test', 'info', 100);
|
|
|
+ $this->addField(new Hidden("id"));
|
|
|
$this->addField(new Hidden("selfdns"));
|
|
|
$this->addField(new Hidden("selfdomain"));
|
|
|
$this->addField(new Text("mxactive"));
|