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

Commit

Permalink
Update add-customer.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhtnguyen committed Mar 7, 2024
1 parent 5483afb commit 8e56dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/webapp/view/jsp/management/customer/add-customer.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<div class="mb-3">
<div class="mb-3"><label class="form-label" for="address"><strong>Địa chỉ</strong></label><input class="form-control" type="text" id="address" placeholder="Nhập địa chỉ của khách hàng" name="address"></div>
<div class="mb-3"><label class="form-label" for="email"><strong>Email</strong></label><input class="form-control" type="email" id="email" placeholder="Nhập email khách hàng" name="email"></div>

<a class="btn btn-primary btn-sm" href="customer">Quay lại</a>
<button class="btn btn-primary btn-sm" type="submit">Lưu lại</button>
</div>
</form>
Expand Down

0 comments on commit 8e56dd2

Please sign in to comment.