|
|
@@ -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>
|