code cleanup

This commit is contained in:
Hannes Huber 2020-05-27 19:03:18 +02:00
parent e4d6642d61
commit 8a2eff1fe9
2 changed files with 0 additions and 16 deletions

View File

@ -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&nbsp;EUR</td>
</tr>-->
<tr>
<td></td>
<td></td>

View File

@ -80,12 +80,6 @@
<textarea rows="5" class="full-width" type="text" name="address"
placeholder="Optional: Zusatz&#10;Optional: Unternehmen&#10;Straße Hausnummer&#10;Postleitzeit Ort&#10;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>