|
|
@@ -215,7 +215,7 @@
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
<input type="hidden" name="a" value="delDomain" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 1}disabled{/if}>
|
|
|
+ <button 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>
|
|
|
@@ -292,7 +292,16 @@
|
|
|
{$subdomain.subdomain}.{$subdomain.domain}
|
|
|
</td>
|
|
|
<td style="min-width:50px;text-align:left;padding:5px;">
|
|
|
- <i class="fas fa-trash fa-fw"></i>
|
|
|
+ <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="delDomain" />
|
|
|
+ <input type="hidden" name="d" value="{$subdomain.domain}" />
|
|
|
+ <input type="hidden" name="s" value="{$subdomain.subdomain}" />
|
|
|
+ <button 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.path}
|