|
|
@@ -229,20 +229,22 @@
|
|
|
Ein fehlender SPF Eintrag führt zu Zustellungsproblemen bei einigen E-Mail Providern.
|
|
|
Bitte prüfen Sie die Einstellungen und korrigieren Sie diese gegebenenfalls.
|
|
|
</div>
|
|
|
- <div class="col-md-8">
|
|
|
- <form method="post" action="clientarea.php?action=productdetails">
|
|
|
- <input type="hidden" name="id" value="{$id}" />
|
|
|
- <input type="hidden" name="modop" value="custom" />
|
|
|
- <input type="hidden" name="a" value="setSPF" />
|
|
|
- <button type="submit" class="btn btn-primary" title="automatisch korrigieren">
|
|
|
- SPF {$LANG.orderconfigure}
|
|
|
- </button>
|
|
|
- </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 class="col-md-4">
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
+ <input type="hidden" name="id" value="{$id}" />
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
+ <input type="hidden" name="a" value="setSPF" />
|
|
|
+ <button type="submit" class="btn btn-primary" title="automatisch korrigieren">
|
|
|
+ SPF {$LANG.orderconfigure}
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <div class="col-md-4">
|
|
|
+ <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}
|
|
|
<div class="alert alert-warning" style="width:90%">
|