Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Edit Order Status
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldStarPro committed Dec 7, 2023
1 parent b639f42 commit d899afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/view/admin/list_order.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<td>Haha</td>
<td>300.000</td>
<td>Bank Account</td>
<td>Delivering</td>
<td>Shipping</td>
<td>
<a href="#" class="btn btn-info btn-tiny" title="Edit">
<i class="fa fa-pencil"></i>
Expand All @@ -107,7 +107,7 @@
<td>Hoho</td>
<td>300.000</td>
<td>Momo</td>
<td>Waiting</td>
<td>Processing</td>
<td>
<a href="#" class="btn btn-info btn-tiny" title="Edit">
<i class="fa fa-pencil"></i>
Expand All @@ -119,7 +119,7 @@
<td>Hihi</td>
<td>300.000</td>
<td>Cash</td>
<td>Complete</td>
<td>Done</td>
<td>
<a href="#" class="btn btn-info btn-tiny" title="Edit">
<i class="fa fa-pencil"></i>
Expand Down

0 comments on commit d899afe

Please sign in to comment.