andre hace 3 años
padre
commit
926f5f8fea
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      cwp7_add_subdomain.tpl

+ 2 - 1
cwp7_add_subdomain.tpl

@@ -39,8 +39,9 @@
 										<input type="hidden" name="id" value="{$id}" />
 										<input type="hidden" name="modop" value="custom" />
 										<input type="hidden" name="a" value="addSubdomain" />
+										<input type="hidden" name="d" value="{$domainselected}" />
 										<input style="margin-right:5px;" class="form-control" type="text" maxlength=256 name="s" />.
-										<input style="margin-left:5px;margin-right:20px;" class="form-control" type="text" maxlength=256 name="d" value="{$domainselected}" disabled /> 
+										<input style="margin-left:5px;margin-right:20px;" class="form-control" type="text" maxlength=256 value="{$domainselected}" disabled /> 
 										<button type="submit" class="btn btn-primary btn-block">
 											Erstellen
 										</button>