Explorar el Código

new info form

andre hace 5 meses
padre
commit
4ba6338fc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -57,7 +57,7 @@ class InfoForm extends BaseForm implements ClientArea
         $this->addInternalAlert($message, null, 100);
         $this->addInternalAlert($message, null, 100);
         $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'));
         $this->addSection($row);
         $this->addSection($row);
         $row = new InputGroup('SPF');
         $row = new InputGroup('SPF');