Skip to content

Commit b8b68d5

Browse files
committed
Final functional
1 parent ddd1e58 commit b8b68d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/resources/templates/account.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
<div class="col-3 mt-2" th:text="${order.destination}"></div>
7979
<div class="col-2 mr-4 mt-2" th:text="${order.arrival}"></div>
8080
<div th:if="${order.btn == 0}">
81-
<button type="button" th:attr="onclick=|redirect('${order.id}')|" class="btn btn-secondary btn-lg mr-4" style="color: black; background-color: white; border: 3px solid red; border-radius: 30px; position: absolute; right: 0">X</button>
81+
<button type="button" th:attr="onclick=|redirect('${order.id}')|" title="Cancel and Delete" class="btn btn-secondary btn-lg mr-4" style="color: black; background-color: white; border: 3px solid red; border-radius: 30px; position: absolute; right: 0">X</button>
8282
</div>
8383
<div th:if="${order.btn == 1}">
84-
<button type="button" th:attr="onclick=|redirect('${order.id}')|" class="btn btn-secondary btn-lg mr-4" style="color: black; background-color: white; border: 3px solid lime; border-radius: 30px; position: absolute; right: 0"></button>
84+
<button type="button" th:attr="onclick=|redirect('${order.id}')|" title="Confirm and Delete" class="btn btn-secondary btn-lg mr-4" style="color: black; background-color: white; border: 3px solid lime; border-radius: 30px; position: absolute; right: 0"></button>
8585
</div>
8686
</div>
8787
<hr class="mx-3 mt-4" style="background-color: white">

system.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java.runtime.version=11

0 commit comments

Comments
 (0)