fix add settings

This commit is contained in:
CodeSteak 2020-02-04 20:13:41 +01:00
parent f6e57d3a80
commit 57f8e640c4
3 changed files with 29 additions and 2 deletions

View File

@ -62,8 +62,7 @@
<td>1</td>
<td><a th:href="@{/intern/warehouse/slots/#q=%231}">Lagherplatz 01</a></td>
<td> - </td>
<td>
</td>
<td></td>
</tr>
<tr data-group="3">
<td><img th:src="@{/img/product-2.jpg}" class="s" /></td>

View File

@ -67,6 +67,19 @@
<input type="radio" name="type" value="bus" id="type-bus" required>
<label for="type-bus">Ich bin Geschäftskunde.</label> <br />
</fieldset>
<div>
<h2> Werbung </h2>
</div>
<div>
<fieldset>
<input type="radio" name="ad" value="y" id="ad-y" required>
<label for="type-priv">Ich möchte Werbung erhalten.</label> <br />
<input type="radio" name="ad" value="n" id="ad-n" required>
<label for="type-bus">Ich möchte keine Werbung erhalten.</label> <br />
</fieldset>
</div>
<div>
<button class="full-width" type="submit" name="action" value="login">Registeren</button>
<a th:href="@{/terms}">

View File

@ -89,6 +89,21 @@ Deutschland</textarea>
</div>
</form>
<form class="detailflex">
<div>
<h2> Werbung </h2>
</div>
<div>
<fieldset>
<input type="radio" name="ad" value="y" id="ad-y" required checked>
<label for="type-priv">Ich möchte Werbung erhalten.</label> <br />
<input type="radio" name="ad" value="n" id="ad-n" required>
<label for="type-bus">Ich möchte keine Werbung erhalten.</label> <br />
</fieldset>
<button type="submit"> Speichern </button>
</div>
</form>
<form class="detailflex">
<div>
<h2> Zahlungsinformation</h2>