|
|
@@ -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%;" {if $subdomainlimit == 1}disabled="disabled"{/if}>
|
|
|
+ <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}>
|
|
|
<i class="fas fa-plus fa-fw"></i> Neue Subdomain
|
|
|
</button>
|
|
|
</form>
|
|
|
@@ -428,7 +428,7 @@
|
|
|
<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;" {if $domainlimit == 1}disabled="disabled"{/if}>
|
|
|
+ <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}>
|
|
|
<i class="fas fa-plus fa-fw"></i> Neue Domain
|
|
|
</button>
|
|
|
</form>
|