|
|
@@ -209,7 +209,7 @@
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
<input type="hidden" name="a" value="delDomainConfirm" />
|
|
|
<input type="hidden" name="d" value="{$domain.domain}" />
|
|
|
- <button title="Domaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;" {if $domain.subdomains|count > 0}disabled{/if}>
|
|
|
+ <button title="Domain löschen" 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>
|
|
|
@@ -305,7 +305,7 @@
|
|
|
<input type="hidden" name="modop" value="custom" />
|
|
|
<input type="hidden" name="a" value="delSubdomainConfirm" />
|
|
|
<input type="hidden" name="d" value="{$subdomain.subdomain}.{$subdomain.domain}" />
|
|
|
- <button title="Subdomaine löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
+ <button title="Subdomain löschen" type="submit" class="fabutton" style="background:none;padding:0px;border:none;">
|
|
|
<i class="fas fa-trash fa-fw"></i>
|
|
|
</button>
|
|
|
</form>
|
|
|
@@ -400,8 +400,8 @@
|
|
|
<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 Subdomaine" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
|
|
|
- <i class="fas fa-plus fa-fw"></i> Neue Subdomaine
|
|
|
+ <button title="Neue Subdomain" type="submit" class="fabutton" style="background:none;border:none;font-size:75%;">
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Subdomain
|
|
|
</button>
|
|
|
</form>
|
|
|
</td>
|
|
|
@@ -410,7 +410,7 @@
|
|
|
{/foreach}
|
|
|
{/if}
|
|
|
<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 Domaine
|
|
|
+ <i class="fas fa-plus fa-fw"></i> Neue Domain
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|