|
|
@@ -415,7 +415,7 @@
|
|
|
<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 Subdomain" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;" disabled="disabled">
|
|
|
+ <button title="Neue Subdomain" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;" {if $subdomainlimit == 1}disabled="disabled">
|
|
|
<i class="fas fa-plus fa-fw"></i> Neue Subdomain
|
|
|
</button>
|
|
|
</form>
|
|
|
@@ -428,15 +428,10 @@
|
|
|
<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">
|
|
|
+ <button title="Neue Domain" type="submit" class="btn btn-primary" style="margin-top:20px;" {if $domainlimit == 1}disabled="disabled"{/if}>
|
|
|
<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
|
|
|
- </a>
|
|
|
- {/if}
|
|
|
</div>
|
|
|
</div>
|
|
|
{/if}
|