|
|
@@ -43,13 +43,11 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
$message = 'DNS Information für
|
|
|
<div id="alertmaildomain"></div>
|
|
|
- <table width="100%">
|
|
|
- <tr>
|
|
|
- <td>ThurData Vorgabe</td>
|
|
|
- <td style="background-color: grey;">→</td>
|
|
|
- <td>Aktueller Wert</td>
|
|
|
- </tr>
|
|
|
- </table>';
|
|
|
+ <div class="lu-input-group">
|
|
|
+ <input type="text" placeholder="" name="mxthurdata" value="mail3.seecure.ch" readonly="readonly" class="lu-form-control" title="Click to Copy!" style="">
|
|
|
+ <div class="lu-input-group__addon">→</div>
|
|
|
+ <input type="text" placeholder="" name="mxactive" value="mail3.seecure.ch" readonly="readonly" class="lu-form-control lu-alert--success lu-alert--outline">
|
|
|
+ </div>';
|
|
|
$this->addInternalAlert($message, null, 100);
|
|
|
$row = new InputGroup('MX');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|