|
|
@@ -58,22 +58,22 @@ class GeneralSection extends FreeFieldsSection
|
|
|
|
|
|
$this->generateDoubleSection([$dmarcthurdata, $dmarc]);
|
|
|
|
|
|
- $dkimthurdata = new Textarea('dkimthurdata');
|
|
|
+ $dkimname = new Text('dkimname');
|
|
|
+ $dkimname->addHtmlAttribute('readonly','true');
|
|
|
+ $dkimname->setDescription('description');
|
|
|
+
|
|
|
+ $this->generateDoubleSection([$dkimname]);
|
|
|
+
|
|
|
+ $dkimthurdata = new Text('dkimthurdata');
|
|
|
$dkimthurdata->addHtmlAttribute('readonly','true');
|
|
|
$dkimthurdata->setDescription('description');
|
|
|
|
|
|
- $dkim = new Textarea('dkim');
|
|
|
+ $dkim = new Text('dkim');
|
|
|
$dkim->addHtmlAttribute('readonly','true');
|
|
|
$dkim->setDescription('description');
|
|
|
|
|
|
$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')]);
|
|
|
}
|