Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 0 additions & 57 deletions UI/admin-add-food.html

This file was deleted.

57 changes: 0 additions & 57 deletions UI/admin-edit-food.html

This file was deleted.

84 changes: 0 additions & 84 deletions UI/admin-food.html

This file was deleted.

64 changes: 0 additions & 64 deletions UI/admin-order-complete.html

This file was deleted.

65 changes: 0 additions & 65 deletions UI/admin-order-edit.html

This file was deleted.

12 changes: 6 additions & 6 deletions UI/admin-orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>Orders Page</h1>
<p>Chicken wings: 2 meals</p>
</div>
<div class="admin-order-user"><p><a href="user-order-history.html">Mario</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html">Accepted</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html"><input type="submit" value="Edit" class="edit"></a></p></div>
</div>
<br>
<div class="flex-container">
Expand All @@ -64,7 +64,7 @@ <h1>Orders Page</h1>
<p>Pizza wings: 1 meals</p>
</div>
<div class="admin-order-user"><p><a href="user-order-history.html">Mario</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html">Declined</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html"><input type="submit" value="Edit" class="edit"></a></p></div>
</div>
<br>
<div class="flex-container">
Expand All @@ -75,7 +75,7 @@ <h1>Orders Page</h1>
<p>Chicken wings: 2 meals</p>
</div>
<div class="admin-order-user"><p><a href="user-order-history.html">Mario</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html">Accepted</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html"><input type="submit" value="Edit" class="edit"></a></p></div>
</div>
<br>
<div class="flex-container">
Expand All @@ -85,7 +85,7 @@ <h1>Orders Page</h1>
<p>Sandwich: 4 meals</p>
</div>
<div class="admin-order-user"><p><a href="user-order-history.html">Mario</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html">Accepted</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html"><input type="submit" value="Edit" class="edit"></a></p></div>
</div>
<br>
<div class="flex-container">
Expand All @@ -95,7 +95,7 @@ <h1>Orders Page</h1>
<p>Chicken wings: 2 meals</p>
</div>
<div class="admin-order-user"><p><a href="user-order-history.html">Luigi</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-delivered">On Transit</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html"><input type="submit" value="Edit" class="edit"></a></p></div>
</div>
<br>
<div class="flex-container">
Expand All @@ -105,7 +105,7 @@ <h1>Orders Page</h1>
<p>Chicken wings: 2 meals</p>
</div>
<div class="admin-order-user"><p><a href="user-order-history.html">Luigi</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html">Pending Approval</a></p></div>
<div class="admin-order-action"><p><a href="admin-order-edit.html"><input type="submit" value="Edit" class="edit"></a></p></div>
</div>
<br>
</div>
Expand Down
Loading