|
|
@@ -58,12 +58,6 @@ class GeneralSection extends FreeFieldsSection
|
|
|
|
|
|
$this->generateDoubleSection([$dmarcthurdata, $dmarc]);
|
|
|
|
|
|
- $dkimname = new Text('dkimname');
|
|
|
- $dkimname->addHtmlAttribute('readonly','true');
|
|
|
- $dkimname->setDescription('description');
|
|
|
-
|
|
|
- $this->generateDoubleSection([$dkimname]);
|
|
|
-
|
|
|
$dkimthurdata = new Textarea('dkimthurdata');
|
|
|
$dkimthurdata->addHtmlAttribute('readonly','true');
|
|
|
$dkimthurdata->setDescription('description');
|
|
|
@@ -74,6 +68,12 @@ class GeneralSection extends FreeFieldsSection
|
|
|
|
|
|
$this->generateDoubleSection([$dkimthurdata, $dkim]);
|
|
|
|
|
|
+ $dkimname = new Text('dkimname');
|
|
|
+ $dkimname->addHtmlAttribute('readonly','true');
|
|
|
+ $dkimname->setDescription('description');
|
|
|
+
|
|
|
+ $this->generateDoubleSection([$dkimname]);
|
|
|
+
|
|
|
$this->generateDoubleSection([new Hidden('infomaildomain'), new Hidden('id')]);
|
|
|
$this->generateDoubleSection([new Hidden('selfdns'), new Hidden('dnsok')]);
|
|
|
}
|