|
|
@@ -41,7 +41,15 @@ class InfoForm extends BaseForm implements ClientArea
|
|
|
private function initFields()
|
|
|
{
|
|
|
// $message = di('lang')->absoluteT('dnsinfomessage');
|
|
|
- $message = 'DNS Information für <div id="alertmaildomain">BLUBB</div><br><i>Schräg</i><table width="100%"><tr><td>test1</td><td>Test2</td></tr></table>';
|
|
|
+ $message = 'DNS Information für
|
|
|
+ <div id="alertmaildomain"></div>
|
|
|
+ <table width="100%">
|
|
|
+ <tr>
|
|
|
+ <td>ThurData Vorgabe</td>
|
|
|
+ <td style="border: 1px solid black;">→</td>
|
|
|
+ <td>Aktueller Wert</td>
|
|
|
+ </tr>
|
|
|
+ </table>';
|
|
|
$this->addInternalAlert($message, null, 100);
|
|
|
$row = new InputGroup('MX');
|
|
|
$row->addInputComponent((new InputGroupElements\Text('mxthurdata'))->addHtmlAttribute('readonly','true'));
|