Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 2826619

Browse files
committed
fix: blade templates updated
1 parent 5e45b18 commit 2826619

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

stisla-stubs/views/profile/change_password.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class="required confirm-pwd"></span><span class="required">*</span>
6868
</button>
6969
</div>
7070
</div>
71-
</form>>
71+
</form>
7272
</div>
7373
</div>
7474
</div>

stisla-stubs/views/profile/edit_profile.blade.php

+35-35
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,46 @@
77
<button type="button" aria-label="Close" class="close outline-none" data-dismiss="modal">×</button>
88
</div>
99
<form method="POST" id="editProfileForm" enctype="multipart/form-data">
10-
<div class="modal-body">
11-
<div class="alert alert-danger d-none" id="editProfileValidationErrorsBox"></div>
12-
<input type="hidden" name="user_id" id="pfUserId"
13-
<input type="hidden" name="is_active" value="1">
14-
{{csrf_field()}}
15-
<div class="row">
16-
<div class="form-group col-sm-6">
17-
<label>Name:</label><span class="required">*</span>
18-
<input type="text" name="name" id="pfName" class="form-control" required autofocus tabindex="1">
19-
</div>
20-
<div class="form-group col-sm-6 d-flex">
21-
<div class="col-sm-4 col-md-6 pl-0 form-group">
22-
<label>Profile Image:</label>
23-
<br>
24-
<label
25-
class="image__file-upload btn btn-primary text-white"
26-
tabindex="2"> Choose
27-
<input type="file" name="photo" id="pfImage" class="d-none" >
28-
</label>
10+
<div class="modal-body">
11+
<div class="alert alert-danger d-none" id="editProfileValidationErrorsBox"></div>
12+
<input type="hidden" name="user_id" id="pfUserId">
13+
<input type="hidden" name="is_active" value="1">
14+
{{csrf_field()}}
15+
<div class="row">
16+
<div class="form-group col-sm-6">
17+
<label>Name:</label><span class="required">*</span>
18+
<input type="text" name="name" id="pfName" class="form-control" required autofocus tabindex="1">
2919
</div>
30-
<div class="col-sm-3 preview-image-video-container float-right mt-1">
31-
<img id='edit_preview_photo' class="img-thumbnail user-img user-profile-img profilePicture"
32-
src="{{asset('img/logo.png')}}"/>
20+
<div class="form-group col-sm-6 d-flex">
21+
<div class="col-sm-4 col-md-6 pl-0 form-group">
22+
<label>Profile Image:</label>
23+
<br>
24+
<label
25+
class="image__file-upload btn btn-primary text-white"
26+
tabindex="2"> Choose
27+
<input type="file" name="photo" id="pfImage" class="d-none" >
28+
</label>
29+
</div>
30+
<div class="col-sm-3 preview-image-video-container float-right mt-1">
31+
<img id='edit_preview_photo' class="img-thumbnail user-img user-profile-img profilePicture"
32+
src="{{asset('img/logo.png')}}"/>
33+
</div>
3334
</div>
3435
</div>
35-
</div>
36-
<div class="row">
37-
<div class="form-group col-sm-6">
38-
<label>Email:</label><span class="required">*</span>
39-
<input type="text" name="email" id="pfEmail" class="form-control" required tabindex="3">
36+
<div class="row">
37+
<div class="form-group col-sm-6">
38+
<label>Email:</label><span class="required">*</span>
39+
<input type="text" name="email" id="pfEmail" class="form-control" required tabindex="3">
40+
</div>
41+
</div>
42+
<div class="text-right">
43+
<button type="submit" class="btn btn-primary" id="btnPrEditSave" data-loading-text="<span class='spinner-border spinner-border-sm'></span> Processing..." tabindex="5">Save</button>
44+
<button type="button" class="btn btn-light ml-1 edit-cancel-margin margin-left-5"
45+
data-dismiss="modal">Cancel
46+
</button>
4047
</div>
4148
</div>
42-
<div class="text-right">
43-
<button type="submit" class="btn btn-primary" id="btnPrEditSave" data-loading-text="<span class='spinner-border spinner-border-sm'></span> Processing..." tabindex="5">Save</button>
44-
<button type="button" class="btn btn-light ml-1 edit-cancel-margin margin-left-5"
45-
data-dismiss="modal">Cancel
46-
</button>
47-
</div>
48-
</div>
49-
</form>>
49+
</form>
5050
</div>
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)