Browse Source

clientareafunctions

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

+ 2 - 2
cwp7_add_domain.tpl

@@ -38,11 +38,11 @@
 								</tr>
 								<tr>
 									<td>						
-										<form method="post" action="clientarea.php?action=productdetails">
+										<form style="display:flex;" 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="addDomain" />
-											<input type="text" name="d" />
+											<input type="text" size=30 maxlength=256 name="d" /> 
 											<button type="submit" class="btn btn-default btn-block">
 												Domaine erstellen
 											</button>