Browse Source

clientareafunctions

andre 3 years ago
parent
commit
bb9ed280e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cwp7_add_subdomain.tpl

+ 2 - 2
cwp7_add_subdomain.tpl

@@ -41,12 +41,12 @@
 											<input type="hidden" name="id" value="{$id}" />
 											<input type="hidden" name="modop" value="custom" />
                                             <input type="hidden" name="a" value="addSubdomain" />
-                                            <select name="d">
+											<input style="margin-right:20px;" class="form-control" type="text" maxlength=256 name="s" /> 
+                                            <select style="margin-right:20px;" class="form-control" name="d">
                                                 {foreach $domains as $domain}
                                                     <option value="{$domain}">{$domain}</option>
                                                 {/foreach}
                                             </select> 
-											<input style="margin-right:20px;" class="form-control" type="text" maxlength=256 name="s" /> 
 											<button type="submit" class="btn btn-primary">
 												Erstellen
 											</button>