File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
shared/components/details-fields Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 173173 </ div >
174174 < div class ="modal-footer ">
175175 < button type ="submit " class ="btn btn-primary "> Save</ button >
176- < button #closeModal type ="button " class ="btn btn-secondary " data-dismiss ="modal "> Close </ button >
176+ < button #closeModal type ="button " class ="btn btn-secondary " data-dismiss ="modal "> Cancel </ button >
177177 </ div >
178178</ form >
Original file line number Diff line number Diff line change 9696< div class ="modal fade " id ="editRecordsByDate " tabindex ="-1 " role ="dialog ">
9797 < div class ="modal-dialog modal-dialog-centered modal-lg " role ="document ">
9898 < div class ="modal-content " cdkDrag (cdkDragEnded) ="resetDraggablePosition($event) ">
99- < div class ="modal-header " cdkDragHandle >
99+ < div class ="modal-header ">
100100 < h5 class ="modal-title "> {{ entryId ? 'Edit Entry' : 'New Entry' }}</ h5 >
101- < button type ="button " class ="btn " (click) ="detailsFields.cleanFieldsForm() ">
102- < i class ="fa fa-undo " aria-hidden ="true "> </ i >
103- </ button >
101+ < div >
102+ < button class ="btn shadow-none " data-bs-toggle ="tooltip " title ="Clean form values " (click) ="detailsFields.cleanFieldsForm() ">
103+ < i class ="fa fa-eraser "> </ i >
104+ </ button >
105+ < button class ="btn shadow-none " data-bs-toggle ="tooltip " title ="Drag modal " cdkDragHandle >
106+ < i class ="fa fa-grip-vertical "> </ i >
107+ </ button >
108+ </ div >
104109 </ div >
105110 < div class ="modal-body ">
106111 < app-details-fields
You can’t perform that action at this time.
0 commit comments