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

@@ -42,8 +42,6 @@
<img height="128" width="128" src="<?php echo "$session_avatar"; ?>" class="img-fluid rounded-circle">
</center>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"><i class="fa fa-fw fa-cog"></i> Settings</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="logout.php"><i class="fa fa-fw fa-sign-out-alt"></i> Logout</a>
</div>
</li>