|
|
@@ -239,7 +239,7 @@
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</td>
|
|
|
- <td style="text-align:center;padding:5px;{if $domain.ssl == 1}color:green;{else}color:red;{/if}">
|
|
|
+ <td style="text-align:center;padding:5px;">
|
|
|
{if $domain.ssl == 1}
|
|
|
<form method="post" action="clientarea.php?action=productdetails">
|
|
|
<input type="hidden" name="id" value="{$serviceid}" />
|
|
|
@@ -251,6 +251,7 @@
|
|
|
</button>
|
|
|
</form>
|
|
|
{else}
|
|
|
+ {if $domain.DNS == 1}
|
|
|
<form method="post" action="clientarea.php?action=productdetails">
|
|
|
<input type="hidden" name="id" value="{$serviceid}" />
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
@@ -260,6 +261,9 @@
|
|
|
<i class="fas fa-power-off fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
+ {else}
|
|
|
+ <i class="fas fa-times fa-fw"></i>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
</td>
|
|
|
<td style="text-align:center;padding:5px;">
|
|
|
@@ -296,7 +300,9 @@
|
|
|
<i class="fas {if $subdomain.DNS == 1}fa-check{else}fa-times{/if} fa-fw"></i>
|
|
|
</td>
|
|
|
<td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- {if $subdomain.DNS != 1}
|
|
|
+ {if $subdomain.DNS == 1}
|
|
|
+ <i class="fas fa-check fa-fw"></i>
|
|
|
+ {else}
|
|
|
{if $domain.domainNS == 'self'}
|
|
|
<form method="post" action="clientarea.php?action=productdetails">
|
|
|
<input type="hidden" name="id" value="{$serviceid}" />
|
|
|
@@ -308,14 +314,36 @@
|
|
|
<i class="fas fa-power-off fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
+ {else}
|
|
|
+ <i class="fas fa-times fa-fw"></i>
|
|
|
{/if}
|
|
|
{/if}
|
|
|
</td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;{if $subdomain.ssl == 1}color:green;{else}color:red;{/if}">
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
{if $subdomain.ssl == 1}
|
|
|
- <i class="fas fa-check fa-fw"></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="renewSSL" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
+ <button title="Zertifikat erneuern" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-repeat fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
{else}
|
|
|
- <i class="fas fa-times fa-fw"></i>
|
|
|
+ {if $subdomain.DNS == 1}
|
|
|
+ <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="enableSSL" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
+ <button title="SSL aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {else}
|
|
|
+ <i class="fas fa-times fa-fw"></i>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
</td>
|
|
|
<td style="min-width:50px;text-align:center;padding:5px;">
|