andre 8 месяцев назад
Родитель
Сommit
de8e6aa420
1 измененных файлов с 7 добавлено и 6 удалено
  1. 7 6
      siteBuilder_new_site.tpl

+ 7 - 6
siteBuilder_new_site.tpl

@@ -31,20 +31,21 @@
 									</div>
 								</td>
 							</tr>
+							<form style="display:flex;flex-direction:row;align-items:center;justify-content: space-between;" method="post" action="clientarea.php?action=productdetails">
 							<tr>
 								<td>						
-									<form style="display:flex;flex-direction:row;align-items:center;justify-content: space-between;" method="post" action="clientarea.php?action=productdetails">
 										<input type="hidden" name="id" value="{$id}" />
 										<input type="hidden" name="modop" value="custom" />
 										<input type="hidden" name="a" value="addSite" />
 										<input style="margin-right:20px;" class="form-control" type="text" maxlength=256 name="d" /> .{$domain}
-										<br>
-										<button type="submit" class="btn btn-primary btn-block">
-											Erstellen
-										</button>
-									</form>
+								</td>
+								<td>						
+									<button type="submit" class="btn btn-primary btn-block">
+										Erstellen
+									</button>
 								</td>
 							</tr>
+							</form>
 						</tbody>
 					</table>
 				</div>