|
@@ -205,7 +205,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-md-4">
|
|
<div class="col-md-4">
|
|
|
<form method="post" action="clientarea.php?action=domaindns&domainid={$domainId}">
|
|
<form method="post" action="clientarea.php?action=domaindns&domainid={$domainId}">
|
|
|
- <button type="submit" class="btn btn-default btn-block">
|
|
|
|
|
|
|
+ <button type="submit" class="btn btn-default btn-block" title="DNS überprüfen">
|
|
|
{$LANG.domaindnsmanagement}
|
|
{$LANG.domaindnsmanagement}
|
|
|
</button>
|
|
</button>
|
|
|
</form>
|
|
</form>
|
|
@@ -229,11 +229,7 @@
|
|
|
Ein fehlender SPF Eintrag führt zu Zustellungsproblemen bei einigen E-Mail Providern.
|
|
Ein fehlender SPF Eintrag führt zu Zustellungsproblemen bei einigen E-Mail Providern.
|
|
|
Bitte prüfen Sie die Einstellungen und korrigieren Sie diese gegebenenfalls.
|
|
Bitte prüfen Sie die Einstellungen und korrigieren Sie diese gegebenenfalls.
|
|
|
</div>
|
|
</div>
|
|
|
- <form method="post" action="clientarea.php?action=domaindns&domainid={$domainId}">
|
|
|
|
|
- <button type="submit" class="btn btn-primary">
|
|
|
|
|
- {$LANG.domaindnsmanagement}
|
|
|
|
|
- </button>
|
|
|
|
|
- </form>
|
|
|
|
|
|
|
+ <div class="col-md-4">
|
|
|
<form method="post" action="clientarea.php?action=productdetails">
|
|
<form method="post" action="clientarea.php?action=productdetails">
|
|
|
<input type="hidden" name="id" value="{$id}" />
|
|
<input type="hidden" name="id" value="{$id}" />
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
<input type="hidden" name="modop" value="custom" />
|
|
@@ -242,6 +238,12 @@
|
|
|
SPF {$LANG.orderconfigure}
|
|
SPF {$LANG.orderconfigure}
|
|
|
</button>
|
|
</button>
|
|
|
</form>
|
|
</form>
|
|
|
|
|
+ <form method="post" action="clientarea.php?action=domaindns&domainid={$domainId}">
|
|
|
|
|
+ <button type="submit" class="btn btn-default" title="DNS überprüfen">
|
|
|
|
|
+ {$LANG.domaindnsmanagement}
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </form>
|
|
|
|
|
+ </div>
|
|
|
{elseif $spf === 'wrong' && $selfDNS == true && $multiSPF == false}
|
|
{elseif $spf === 'wrong' && $selfDNS == true && $multiSPF == false}
|
|
|
<div class="alert alert-warning" style="width:90%">
|
|
<div class="alert alert-warning" style="width:90%">
|
|
|
Der SPF Eintrag für <b>{$maildomain}</b> ist falsch oder entspricht nicht unser Empfehlung.
|
|
Der SPF Eintrag für <b>{$maildomain}</b> ist falsch oder entspricht nicht unser Empfehlung.
|