|
|
@@ -429,7 +429,21 @@
|
|
|
{/if}
|
|
|
{if $dnsvars}
|
|
|
<div class="tab-pane fade{if !$dnsvars.dnscheck} show active{/if}" role="tabpanel" id="dnsvars" align="center">
|
|
|
- <p>DNS</p>
|
|
|
+ <div class="lu-h4 lu-m-b-3x lu-m-t-3x">DNS Email Settings</div>
|
|
|
+ {if !$dnsvars.selfDomain}
|
|
|
+ Bitte überprüfen oder
|
|
|
+ Domain transferieren Button
|
|
|
+ {else}
|
|
|
+ {if $dnsvars.dnscheck}
|
|
|
+ Alles gut, so schaut es aus
|
|
|
+ {else}
|
|
|
+ {if !dnsvars.selfDNS}
|
|
|
+ Bitte Nameserver ändern
|
|
|
+ {else}
|
|
|
+ Da stimmt was nicht
|
|
|
+ Korrektur Button
|
|
|
+ {/if}
|
|
|
+ {/if}
|
|
|
<table class="table table-striped mb-1 table-solid-bottom-border-light-gray">
|
|
|
{foreach $dnsvars as $key=>$value}
|
|
|
<tr>
|