Browse Source

new info form

andre 6 tháng trước cách đây
mục cha
commit
0f8d75604e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/UI/Client/Setting/Forms/InfoForm.php

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

@@ -47,6 +47,7 @@ class InfoForm extends BaseForm implements ClientArea
         $field = new Text("spfthurdata");
         $field->setRawTitle('SPF ThurData Vorgabe');
         $this->addField($field);
+        $this->addInternalAlert($message, 'danger', 100);
         $field = new Text("spf");
         $field->setRawTitle('Aktueller SPF Eintrag');
         $this->addField($field);