UI Cleanups

This commit is contained in:
root
2019-06-13 23:32:35 -04:00
parent 98532b0c7d
commit 3d3bcff09e
15 changed files with 524 additions and 142 deletions

View File

@@ -8,19 +8,19 @@
</button>
</div>
<form action="post.php" method="post" autocomplete="off">
<?php if(isset($_GET['client_id'])){ ?>
<input type="hidden" name="client" value="<?php echo $client_id; ?>">
<?php } ?>
<div class="modal-body bg-white">
<?php if(isset($_GET['client_id'])){ ?>
<input type="hidden" name="client" value="<?php echo $client_id; ?>">
<?php }else{ ?>
<div class="form-group">
<label>Client</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
</div>
<select class="form-control selectpicker show-tick" data-live-search="true" name="client" required <?php if(isset($_GET['client_id'])){ echo "disabled"; } ?>>
<select class="form-control selectpicker show-tick" data-live-search="true" name="client" required>
<option value="">- Client -</option>
<?php
@@ -37,6 +37,8 @@
</select>
</div>
</div>
<?php } ?>
<div class="form-group">
<label>Start Date</label>