|
|
@@ -424,6 +424,14 @@
|
|
|
</table>
|
|
|
{/foreach}
|
|
|
{/if}
|
|
|
+ <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="newDomain" />
|
|
|
+ <button title="Neue Domain" type="submit" class="btn btn-primary" style="margin-top:20px;" disabled="disabled">
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Domain
|
|
|
+ </button>
|
|
|
+ </form>
|
|
|
{if $domainlimit != 1}
|
|
|
<a href="{$systemurl}clientarea.php?action=productdetails&id={$serviceid}&modop=custom&a=newDomain" class="btn btn-primary" style="margin-top:20px;">
|
|
|
<i class="fas fa-plus fa-fw"></i> Neue Domain
|