Selaa lähdekoodia

test use sections

andre 3 kuukautta sitten
vanhempi
commit
5fa79f9e59
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/UI/Client/Setting/Sections/GeneralSection.php

+ 1 - 1
app/UI/Client/Setting/Sections/GeneralSection.php

@@ -27,7 +27,7 @@ class GeneralSection extends FreeFieldsSection
     public function initContent()
     public function initContent()
     {
     {
         $row = new InputGroup('MX');
         $row = new InputGroup('MX');
-        $row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true')->setDescription('description'));
+        $row->addInputComponent((new Text('mxthurdata'))->addHtmlAttribute('readonly','true')->setDescription('description'));
         $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);