Updated Client logins gui and DB structure

This commit is contained in:
johnny@pittpc.com
2020-01-28 09:48:00 -05:00
parent eb6615ad47
commit 1471543f65
8 changed files with 94 additions and 51 deletions

View File

@@ -74,8 +74,8 @@
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customControlAutosizingCopy<?php echo $trip_id; ?>" name="roundtrip" value="1" >
<label class="custom-control-label" for="customControlAutosizingCopy<?php echo $trip_id; ?>">Round Trip</label>
<input type="checkbox" <?php if($round_trip == 1){ echo "checked"; } ?> class="custom-control-input" id="customControlAutosizing<?php echo $trip_id; ?>" name="roundtrip" value="1" >
<label class="custom-control-label" for="customControlAutosizing<?php echo $trip_id; ?>">Round Trip</label>
</div>
</div>