Changd Passwords to Logins, made Licenese icon consistent

This commit is contained in:
johnnyq
2023-11-16 00:20:36 -05:00
parent 201860798a
commit 48b153613f
10 changed files with 31 additions and 33 deletions

View File

@@ -60,13 +60,13 @@ while ($row = mysqli_fetch_array($sql)) {
defaultView: 'dayGridMonth',
customButtons: {
addEvent: {
bootstrapFontAwesome: 'fa fa-plus',
bootstrapFontAwesome: 'fa fa-fw fa-plus',
click: function() {
$("#addCalendarEventModal").modal();
}
},
addCalendar: {
bootstrapFontAwesome: 'fa fa-calendar-plus',
bootstrapFontAwesome: 'fa fa-fw fa-calendar-plus',
click: function() {
$("#addCalendarModal").modal();
}