|
@@ -46,7 +46,7 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
$row = new InputGroup('MX');
|
|
$row = new InputGroup('MX');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
$row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
|
$row->addInputAddon('', false, '→');
|
|
$row->addInputAddon('', false, '→');
|
|
|
- $row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'));
|
|
|
|
|
|
|
+ $row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'))->addButton(new InfoButton());
|
|
|
$this->addSection($row);
|
|
$this->addSection($row);
|
|
|
$row = new InputGroup('SPF');
|
|
$row = new InputGroup('SPF');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('spfthurdata'))->addHtmlAttribute('readonly','true'));
|
|
$row->addInputComponent((new InputGroupElements\Text('spfthurdata'))->addHtmlAttribute('readonly','true'));
|