|
|
@@ -292,8 +292,8 @@
|
|
|
<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 type="submit" class="fabutton" style="background:none;border:none;font-size:75%;" {if $subdomainlimit == 1}disabled="disabled" title="Subdomain Limit erreicht!"{else}title="Neue Subdomain"{/if}>
|
|
|
+ <input type="hidden" name="d" value="{$domain}" />
|
|
|
+ <button type="submit" class="fabutton" style="background:none;border:none;font-size:75%;" title="Neue Subdomain">
|
|
|
<i class="fas fa-plus fa-fw"></i> Neue Subdomain
|
|
|
</button>
|
|
|
</form>
|
|
|
@@ -306,7 +306,7 @@
|
|
|
<input type="hidden" name="id" value="{$serviceid}" />
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
<input type="hidden" name="a" value="newDomain" />
|
|
|
- <button type="submit" class="btn btn-primary" style="margin-top:20px;" {if $domainlimit == 1}disabled="disabled" title="Domain Limit erreicht!"{else}title="Neue Domain"{/if}>
|
|
|
+ <button type="submit" class="btn btn-primary" style="margin-top:20px;" title="Neue Domain">
|
|
|
<i class="fas fa-plus fa-fw"></i> Neue Domain
|
|
|
</button>
|
|
|
</form>
|