mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
@@ -6,8 +6,7 @@
|
||||
<h2 class="text-white text-center"><?php echo $client_name; ?></h2>
|
||||
<h6 class="text-secondary text-center"><?php echo $client_type; ?></h6>
|
||||
</li>
|
||||
|
||||
<?php if($session_client_id > 0){ ?>
|
||||
<?php if($session_client_id == 0){ ?>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="clients.php">
|
||||
<button class="btn btn-outline-light btn-block">
|
||||
|
||||
Reference in New Issue
Block a user