|
|
@@ -176,237 +176,239 @@
|
|
|
<div class="tab-pane fade show active" role="tabpanel" id="manage" align="center">
|
|
|
<div class="col-sm-12">
|
|
|
<h4>{lang key='overview'}</h4>
|
|
|
- {foreach $domains as $domain}
|
|
|
- <div style="font-size:85%;color:#999;">Domain</div>
|
|
|
- <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
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- </th>
|
|
|
- <th style="width:50%;text-align:left;padding:5px;">
|
|
|
- WEBROOT
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- DNS
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- SSL
|
|
|
- </th>
|
|
|
- <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- EXP
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr style="background-color:#ddd;">
|
|
|
- <td style="text-align:left;padding:5px;">
|
|
|
- <strong>{$domain.domain}</strong><br /><small>www.{$domain.domain}</small>
|
|
|
- </td>
|
|
|
- <td style="text-align:left;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="{$domain.domain}" />
|
|
|
- <button title="Domaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 0}disabled{/if}>
|
|
|
- <i class="fas fa-trash fa-fw"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
- </td>
|
|
|
- <td style="text-align:left;padding:5px;">
|
|
|
- {$domain.relpath}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
- {if $domain.DNS == 1}
|
|
|
+ {if $domains|count > 0}
|
|
|
+ {foreach $domains as $domain}
|
|
|
+ <div style="font-size:85%;color:#999;">Domain</div>
|
|
|
+ <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
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ </th>
|
|
|
+ <th style="width:50%;text-align:left;padding:5px;">
|
|
|
+ WEBROOT
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ DNS
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ SSL
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ EXP
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr style="background-color:#ddd;">
|
|
|
+ <td style="text-align:left;padding:5px;">
|
|
|
+ <strong>{$domain.domain}</strong><br /><small>www.{$domain.domain}</small>
|
|
|
+ </td>
|
|
|
+ <td style="text-align:left;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="unsetDNSConfirm" />
|
|
|
+ <input type="hidden" name="a" value="delDomainConfirm" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <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 title="Domaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 0}disabled{/if}>
|
|
|
+ <i class="fas fa-trash fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
- {else}
|
|
|
- {if $domain.domainNS == 'self'}
|
|
|
+ </td>
|
|
|
+ <td style="text-align:left;padding:5px;">
|
|
|
+ {$domain.relpath}
|
|
|
+ </td>
|
|
|
+ <td style="text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
+ {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" />
|
|
|
- <input type="hidden" name="a" value="setDNSConfirm" />
|
|
|
+ <input type="hidden" name="a" value="unsetDNSConfirm" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="DNS aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ <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">
|
|
|
+ <input type="hidden" name="id" value="{$serviceid}" />
|
|
|
+ <input type="hidden" name="modop" value="custom" />
|
|
|
+ <input type="hidden" name="a" value="setDNSConfirm" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button title="DNS aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {else}
|
|
|
+ <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="infoDNS" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button title="DNS Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {/if}
|
|
|
+ {/if}
|
|
|
+ </td>
|
|
|
+ <td style="text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
+ {if $domain.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="infoDNS" />
|
|
|
+ <input type="hidden" name="a" value="renewSSLConfirm" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="DNS Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
+ <button title="Zertifikat erneuern" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-repeat fa-fw" style="color:green;"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
- {/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
- {if $domain.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="renewSSLConfirm" />
|
|
|
- <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="Zertifikat erneuern" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-repeat fa-fw" style="color:green;"></i>
|
|
|
- </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" />
|
|
|
- <input type="hidden" name="a" value="enableSSLConfirm" />
|
|
|
- <input type="hidden" name="d" value="{$domain.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}
|
|
|
+ {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" />
|
|
|
- <input type="hidden" name="a" value="infoSSL" />
|
|
|
+ <input type="hidden" name="a" value="enableSSLConfirm" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="SSL Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
+ <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}
|
|
|
+ <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="infoSSL" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button title="SSL Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="text-align:center;padding:5px;">
|
|
|
- {if $domain.ssl == 1}
|
|
|
- {$domain.sslexpire}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {if $domain.subdomains}
|
|
|
- {foreach $domain.subdomains as $subdomain}
|
|
|
- <tr>
|
|
|
- <td style="width:25%;text-align:left;padding:5px;font-size:90%">
|
|
|
- {$subdomain.subdomain}.{$subdomain.domain}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:left;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="delSubdomainConfirm" />
|
|
|
- <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
- <button title="Subdomaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-trash fa-fw"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
- </td>
|
|
|
- <td style="width:50%;text-align:left;padding:5px;">
|
|
|
- {$subdomain.relpath}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
- {if $subdomain.DNS == 1}
|
|
|
+ </td>
|
|
|
+ <td style="text-align:center;padding:5px;">
|
|
|
+ {if $domain.ssl == 1}
|
|
|
+ {$domain.sslexpire}
|
|
|
+ {/if}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {if $domain.subdomains}
|
|
|
+ {foreach $domain.subdomains as $subdomain}
|
|
|
+ <tr>
|
|
|
+ <td style="width:25%;text-align:left;padding:5px;font-size:90%">
|
|
|
+ {$subdomain.subdomain}.{$subdomain.domain}
|
|
|
+ </td>
|
|
|
+ <td style="min-width:50px;text-align:left;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="unsetDNSConfirm" />
|
|
|
- <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>
|
|
|
+ <input type="hidden" name="a" value="delSubdomainConfirm" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
+ <button title="Subdomaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-trash fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
- {else}
|
|
|
- {if $domain.domainNS == 'self'}
|
|
|
+ </td>
|
|
|
+ <td style="width:50%;text-align:left;padding:5px;">
|
|
|
+ {$subdomain.relpath}
|
|
|
+ </td>
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
+ {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="setDNSConfirm" />
|
|
|
+ <input type="hidden" name="a" value="unsetDNSConfirm" />
|
|
|
<input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
<input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
- <button title="DNS aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ <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}
|
|
|
- <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="infoDNS" />
|
|
|
- <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
- <button title="DNS Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
+ {if $domain.domainNS == 'self'}
|
|
|
+ <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="setDNSConfirm" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
+ <input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
+ <button title="DNS aktivieren" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {else}
|
|
|
+ <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="infoDNS" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
+ <button title="DNS Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {/if}
|
|
|
{/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
- {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="renewSSLConfirm" />
|
|
|
- <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" style="color:green;"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
- {else}
|
|
|
- {if $subdomain.DNS == 1}
|
|
|
+ </td>
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;border-left:1px dotted black;">
|
|
|
+ {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="enableSSLConfirm" />
|
|
|
+ <input type="hidden" name="a" value="renewSSLConfirm" />
|
|
|
<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 title="Zertifikat erneuern" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-repeat fa-fw" style="color:green;"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
{else}
|
|
|
- <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="infoSSL" />
|
|
|
- <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
- <button title="SSL Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
- <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
- </button>
|
|
|
- </form>
|
|
|
+ {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="enableSSLConfirm" />
|
|
|
+ <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}
|
|
|
+ <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="infoSSL" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
+ <button title="SSL Info" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <i class="fas fa-power-off fa-fw" style="color:red;"></i>
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ {/if}
|
|
|
+ {/if}
|
|
|
+ </td>
|
|
|
+ <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
+ {if $subdomain.ssl == 1}
|
|
|
+ {$subdomain.sslexpire}
|
|
|
{/if}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- <td style="min-width:50px;text-align:center;padding:5px;">
|
|
|
- {if $subdomain.ssl == 1}
|
|
|
- {$subdomain.sslexpire}
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- {/foreach}
|
|
|
- {/if}
|
|
|
- <tr>
|
|
|
- <td colspan=6 style="border-top:1px solid grey;">
|
|
|
- <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="newSubdomain" />
|
|
|
- <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="Neue Subdomaine" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
|
|
|
- <i class="fas fa-plus fa-fw"></i> Neue Subdomaine
|
|
|
- </button>
|
|
|
- </form>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- {/foreach}
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ {/foreach}
|
|
|
+ {/if}
|
|
|
+ <tr>
|
|
|
+ <td colspan=6 style="border-top:1px solid grey;">
|
|
|
+ <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="newSubdomain" />
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button title="Neue Subdomaine" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Subdomaine
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ {/foreach}
|
|
|
+ {/if}
|
|
|
</div>
|
|
|
</div>
|
|
|
{/if}
|