Răsfoiți Sursa

test use sections

andre 3 luni în urmă
părinte
comite
77a452f680
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      app/UI/Client/Setting/Sections/GeneralSection.php

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

@@ -59,10 +59,10 @@ class GeneralSection extends FreeFieldsSection
         $this->generateDoubleSection([$dmarcthurdata, $dmarc]);
 
         $dkimname = new Text('dkimname');
-        $dkimname->addHtmlAttribute('readonly','true');
+        $dkimname->addHtmlAttribute('readonly','true')->addHtmlAttribute('border', 0);
         $dkimname->setDescription('description');
 
-        $this->addField($dkimname);
+        $this->generateDoubleSection([$dkimname]);
 
         $dkimthurdata = new Text('dkimthurdata');
         $dkimthurdata->addHtmlAttribute('readonly','true');