|
|
@@ -284,7 +284,6 @@
|
|
|
{foreach $domain.subdomains as $subdomain}
|
|
|
<tr>
|
|
|
<td colspan=6>
|
|
|
-{* <div style="color:#999;font-size:85%;text-align:center;">Subdomain</div> *}
|
|
|
<table style="width:100%;border-collapse:collapse;border:none;">
|
|
|
<tr>
|
|
|
<td style="width:25%;text-align:left;padding:5px;font-size:90%">
|
|
|
@@ -306,7 +305,16 @@
|
|
|
</td>
|
|
|
<td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
{if $subdomain.DNS == 1}
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:green;"></i>
|
|
|
+ <form method="post" action="clientarea.php?action=productdetails">
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
+ <input type="hidden" name="a" value="unssetDNSConfirm" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
+ <input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
+ <button title="DNS deaktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:green;"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
{else}
|
|
|
{if $domain.domainNS == 'self'}
|
|
|
<form method="post" action="clientarea.php?action=productdetails">
|