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