|
|
@@ -168,17 +168,10 @@
|
|
|
{if $sites|count > 0}
|
|
|
<h4>Ihre Webseiten</h4>
|
|
|
{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;">
|
|
|
- {$site.name}
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- </th>
|
|
|
- <th style="width:50%;text-align:left;padding:5px; title='Gültigkeit des Zertifikats in Tagen'">
|
|
|
- {$site.sslDev}||{$site.sslProd}
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ Name: {$site.name}
|
|
|
+ SSL-Dev: {$site.sslDev}
|
|
|
+ SSL-Prod: {$site.sslProd}
|
|
|
+ <p>
|
|
|
<form method="post" action="clientarea.php?action=productdetails">
|
|
|
<input type="hidden" name="id" value="{$serviceid}" />
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
@@ -188,9 +181,7 @@
|
|
|
<i class="fas fa-trash fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
+ </p>
|
|
|
{/foreach}
|
|
|
{else}
|
|
|
<table style="width:100%;border-collapse:collapse;border:1px solid grey;">
|