Edit Calendar Event Now Works, now you can create calendars and select a color, added bootstrap select to add additnal html content to select boxes and make them look prettier

This commit is contained in:
root
2019-06-06 13:22:25 -04:00
parent 9c313030ee
commit 81438fef93
133 changed files with 5656 additions and 36 deletions

View File

@@ -32,13 +32,15 @@
<link href="css/sb-admin.css" rel="stylesheet" type="text/css">
<link href="vendor/datepicker/build/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" type="text/css">
<!-- Custom Style Sheet -->
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="vendor/bootstrap-select/css/bootstrap-select.min.css" rel="stylesheet" type="text/css">
<link href='vendor/fullcalendar/core/main.min.css' rel='stylesheet' />
<link href='vendor/fullcalendar/daygrid/main.min.css' rel='stylesheet' />
<link href='vendor/fullcalendar/timegrid/main.min.css' rel='stylesheet' />
<link href='vendor/fullcalendar/list/main.min.css' rel='stylesheet' />
<link href='vendor/fullcalendar/bootstrap/main.min.css' rel='stylesheet' />
</head>