andre 3 месяцев назад
Родитель
Сommit
ca1d2c01e6
1 измененных файлов с 1 добавлено и 9 удалено
  1. 1 9
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -41,15 +41,7 @@ class InfoForm extends SortedFieldForm implements ClientArea
             <div id="addspfmessage"></div>
             <div id="adddmarcmessage"></div>
             <div id="adddkimmessage"></div><br><br>
-            <div id="addalertfooter"></div>
-            <div class="lu-form-group">
-                <label class="lu-form-label">DNS Record Type</label>
-                <div class="lu-input-group" style="background:#eeeeee">
-                    <input type="text" value="ThurData Recommended" readonly="readonly" class="lu-form-control" style="">
-                    <div class="lu-input-group__addon">&hArr;</div>
-                    <input type="text" value="Current Value" readonly="readonly" class="lu-form-control" style="">
-                </div>
-            </div>';
+            <div id="addalertfooter"></div>';
         $this->addInternalAlert($message, null, 100);
         $this->addSection(new GeneralSection());
         $this->addSection(new AdditionalSection());