|
|
@@ -27,8 +27,7 @@ class GeneralSection extends FreeFieldsSection
|
|
|
public function initContent()
|
|
|
{
|
|
|
$row = new InputGroup('MX');
|
|
|
- $raw->setDescription('description');
|
|
|
- $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|
|
|
+ $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true')->setDescription('description'));
|
|
|
$row->addInputAddon('', false, '⇔');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('mxactive'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($row);
|