|
|
@@ -192,14 +192,15 @@
|
|
|
EXP
|
|
|
</th>
|
|
|
</tr>
|
|
|
+ {*
|
|
|
<tr style="background-color:#ddd;">
|
|
|
<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}" />
|
|
|
- <button title="Domain löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
+ <button title="Domain 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>
|
|
|
@@ -284,6 +285,7 @@
|
|
|
</tr>
|
|
|
{/foreach}
|
|
|
{/if}
|
|
|
+ *}
|
|
|
<tr>
|
|
|
<td colspan=6 style="border-top:1px solid grey;">
|
|
|
<form method="post" action="clientarea.php?action=productdetails">
|