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

Commit

Permalink
update profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaqc committed Nov 29, 2023
1 parent 8ff26db commit d493233
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/view/user_profile.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
</div>

<div class="form-group">
<div class="col-xs-6">
<div class="col-xs-12">
<label for="email">
<h4>Email</h4>
</label>
Expand All @@ -340,7 +340,7 @@
<div id="error-message" class="text-danger err">${errEmail}</div>

<div class="form-group">
<div class="col-xs-6">
<div class="col-xs-12">
<label for="mobile">
<h4>Số Điện Thoại</h4>
</label>
Expand Down Expand Up @@ -379,12 +379,12 @@
</button>
</div>

<!-- <div class="col-xs-6" style="margin-bottom: 30px;">
<div class="col-xs-6" style="margin-bottom: 30px;">
<br />
<button class="btn btn-lg btn-cancel col-xs-12" type="button">
<i class=""></i> Hủy thay đổi
</button>
</div>-->
</div>

</div>

Expand Down

0 comments on commit d493233

Please sign in to comment.