File tree 1 file changed +3
-3
lines changed
gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
< div class = "modal-dialog" >
31
31
< div class = "modal-content" >
32
32
< div class = "modal-header" >
33
- < button type = "button" class = "close" data-bs-dismiss = "modal" aria-label = "Close" > < span aria-hidden = "true" > ×</ span > </ button >
34
33
< h3 class = "modal-title" > < wicket :message key = "label.studentsummary.closeconfirmation.title" /> </ h3 >
34
+ < button type = "button" class = "btn-close" data-bs-dismiss = "modal" aria-label = "Close" > </ button >
35
35
</ div >
36
36
< div class = "modal-body" >
37
37
< p > < wicket :message key = "label.studentsummary.closeconfirmation.content" /> </ p >
38
38
</ div >
39
39
< div class = "modal-footer" >
40
- < button type = "button" class = "btn btn-link button_color btn-student-summary-continue" data-bs-dismiss = "modal" > < wicket :message key = "label.studentsummary.closeconfirmation.continue" /> </ button >
41
- < button type = "button" class = "btn btn-link btn-student-summary-cancel" data-bs-dismiss = "modal" > < wicket :message key = "label.studentsummary.closeconfirmation.cancel" /> </ button >
40
+ < button type = "button" class = "btn btn-primary btn-student-summary-continue" data-bs-dismiss = "modal" > < wicket :message key = "label.studentsummary.closeconfirmation.continue" /> </ button >
41
+ < button type = "button" class = "btn btn-secondary btn-student-summary-cancel" data-bs-dismiss = "modal" > < wicket :message key = "label.studentsummary.closeconfirmation.cancel" /> </ button >
42
42
</ div >
43
43
</ div >
44
44
</ div >
You can’t perform that action at this time.
0 commit comments