mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Changd Passwords to Logins, made Licenese icon consistent
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user