code cleanup
This commit is contained in:
		@ -38,10 +38,6 @@
 | 
			
		||||
                        <th></th>
 | 
			
		||||
                        <td th:text="${order.destination.toString()}" />
 | 
			
		||||
                    </tr>
 | 
			
		||||
                    <!--<tr>
 | 
			
		||||
                        <th>Eingelösste Bonuspunkte</th>
 | 
			
		||||
                        <td>10</td>
 | 
			
		||||
                    </tr>-->
 | 
			
		||||
                </table>
 | 
			
		||||
            </div>
 | 
			
		||||
            <table>
 | 
			
		||||
@ -69,12 +65,6 @@
 | 
			
		||||
                    <td>Artikel (Netto)</td>
 | 
			
		||||
                    <td th:text="${#numbers.formatDecimal(order.totalNetCent * 0.01, 1, 'POINT', 2, 'COMMA')}" />
 | 
			
		||||
                </tr>
 | 
			
		||||
                <!--<tr>
 | 
			
		||||
                    <td></td>
 | 
			
		||||
                    <td></td>
 | 
			
		||||
                    <td>Bonuspunkte</td>
 | 
			
		||||
                    <td> 5,00 EUR</td>
 | 
			
		||||
                </tr>-->
 | 
			
		||||
                <tr>
 | 
			
		||||
                    <td></td>
 | 
			
		||||
                    <td></td>
 | 
			
		||||
 | 
			
		||||
@ -80,12 +80,6 @@
 | 
			
		||||
                <textarea rows="5" class="full-width" type="text" name="address"
 | 
			
		||||
                          placeholder="Optional: Zusatz
Optional: Unternehmen
Straße Hausnummer
Postleitzeit Ort
Land" th:text="${user.defaultDeliveryAddress.addressString}"/>
 | 
			
		||||
            </div>
 | 
			
		||||
            <!--<fieldset>
 | 
			
		||||
                <input type="radio" name="type" value="priv" id="type-priv" required checked>
 | 
			
		||||
                <label for="type-priv">Ich bin Privatkunde.</label> <br/>
 | 
			
		||||
                <input type="radio" name="type" value="bus" id="type-bus" required>
 | 
			
		||||
                <label for="type-bus">Ich bin Geschäftskunde.</label> <br/>
 | 
			
		||||
            </fieldset>-->
 | 
			
		||||
            <div>
 | 
			
		||||
                <button> Lieferinformation ändern</button>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user