|
|
@@ -296,9 +296,6 @@
|
|
|
<td style="width:50%;text-align:left;padding:5px;">
|
|
|
{$subdomain.path}
|
|
|
</td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;{if $subdomain.DNS == 1}color:green;{else}color:red;{/if}">
|
|
|
- <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}
|
|
|
<i class="fas fa-check fa-fw"></i>
|
|
|
@@ -351,31 +348,6 @@
|
|
|
{$subdomain.sslexpire}
|
|
|
{/if}
|
|
|
</td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- {if $subdomain.ssl == 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="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}
|
|
|
- {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>
|
|
|
- {/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</td>
|