Browse Source

clientareafunctions

andre 3 years ago
parent
commit
5f3a85c018
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cwp7_add_domain.tpl

+ 1 - 1
cwp7_add_domain.tpl

@@ -42,7 +42,7 @@
 											<input type="hidden" name="id" value="{$id}" />
 											<input type="hidden" name="id" value="{$id}" />
 											<input type="hidden" name="modop" value="custom" />
 											<input type="hidden" name="modop" value="custom" />
 											<input type="hidden" name="a" value="addDomain" />
 											<input type="hidden" name="a" value="addDomain" />
-											<input type="text" size=30 maxlength=256 name="d" /> 
+											<input class="form-control" type="text" size=30 maxlength=256 name="d" /> 
 											<button type="submit" class="btn btn-default btn-block">
 											<button type="submit" class="btn btn-default btn-block">
 												Domaine erstellen
 												Domaine erstellen
 											</button>
 											</button>