|
|
@@ -59,10 +59,10 @@ class GeneralSection extends FreeFieldsSection
|
|
|
$this->generateDoubleSection([$dmarcthurdata, $dmarc]);
|
|
|
|
|
|
$dkimname = new Text('dkimname');
|
|
|
- $dkimname->addHtmlAttribute('readonly','true');
|
|
|
+ $dkimname->addHtmlAttribute('readonly','true')->addHtmlAttribute('border', 0);
|
|
|
$dkimname->setDescription('description');
|
|
|
|
|
|
- $this->addField($dkimname);
|
|
|
+ $this->generateDoubleSection([$dkimname]);
|
|
|
|
|
|
$dkimthurdata = new Text('dkimthurdata');
|
|
|
$dkimthurdata->addHtmlAttribute('readonly','true');
|