fix add settings
This commit is contained in:
		@ -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>
 | 
			
		||||
 | 
			
		||||
@ -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}">
 | 
			
		||||
 | 
			
		||||
@ -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>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user