File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/resources/templates Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 1+ java.runtime.version =11
You can’t perform that action at this time.
0 commit comments