addHtmlAttribute('readonly','true'); $mxthurdata->setDescription('description'); $mxactive = new Text('mxactive'); $mxactive->addHtmlAttribute('readonly','true'); $mxactive->setDescription('description'); $this->generateDoubleSection([$mxthurdata, $mxactive]); $row = new InputGroup('SPF'); $row->addInputComponent((new InputGroupElements\Text('spfthurdata'))->addHtmlAttribute('readonly','true')); $row->addInputAddon('', false, '⇔'); $row->addInputComponent((new InputGroupElements\Text('spf'))->addHtmlAttribute('readonly','true')); $this->addSection($row); $row = new InputGroup('DMARC'); $row->addInputComponent((new InputGroupElements\Text('dmarcthurdata'))->addHtmlAttribute('readonly','true')); $row->addInputAddon('', false, '⇔'); $row->addInputComponent((new InputGroupElements\Text('dmarc'))->addHtmlAttribute('readonly','true')); $this->addSection($row); $row = new InputGroup('DKIM'); $row->addInputComponent((new InputGroupElements\Text('dkimthurdata'))->addHtmlAttribute('readonly','true')); $row->addInputAddon('', false, '⇔'); $row->addInputComponent((new InputGroupElements\Text('dkim'))->addHtmlAttribute('readonly','true')); $this->addSection($row); $this->generateDoubleSection([new Hidden('infomaildomain'), new Hidden('id')]); $this->generateDoubleSection([new Hidden('selfdns'), new Hidden('dnsok')]); } }