|
|
@@ -175,21 +175,28 @@
|
|
|
<div class="tab-pane fade show active" role="tabpanel" id="manage" align="center">
|
|
|
<div class="col-sm-12">
|
|
|
<h4>{lang key='overview'}</h4>
|
|
|
- {if $domains|count > 0}
|
|
|
- {foreach $domains as $domain}
|
|
|
- <div style="font-size:85%;color:#999;">Domain</div>
|
|
|
+ {if $sites|count > 0}
|
|
|
+ {foreach $sites as $site}
|
|
|
<table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|
|
|
<tr style="font-size:85%;background-color:#0273d4;color:#fff;">
|
|
|
<th style="width:25%;text-align:left;padding:5px;">
|
|
|
- DOMAIN NAME
|
|
|
+ {$domain}
|
|
|
</th>
|
|
|
<th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
</th>
|
|
|
- <th style="width:50%;text-align:left;padding:5px;">
|
|
|
- WEBROOT
|
|
|
+ <th style="width:50%;text-align:left;padding:5px; title="Gültigkeit des Zertifikats in Tagen"">
|
|
|
+ {$ssldays}
|
|
|
</th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;" title="Gültigkeit des Zertifikats in Tagen">
|
|
|
- EXP
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ <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="delDomainConfirm" />
|
|
|
+ <input type="hidden" name="d" value="{$site}" />
|
|
|
+ <button title="Webseite löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-trash fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
</th>
|
|
|
</tr>
|
|
|
{*
|