Added more created_at and updated_at to post finalizing setup

This commit is contained in:
root
2019-06-10 00:24:22 -04:00
parent 05f54a20db
commit cc9f97067a
85 changed files with 14747 additions and 694 deletions

View File

@@ -51,7 +51,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-tags"></i></span>
</div>
<select class="form-control" name="type" required>
<select class="form-control selectpicker show-tick" data-live-search="true" name="type" required>
<?php foreach($asset_types_array as $asset_type_select) { ?>
<option <?php if($asset_type_select == $asset_type) { echo "selected"; } ?>><?php echo $asset_type_select; ?></option>
<?php } ?>
@@ -99,7 +99,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-map-marker-alt"></i></span>
</div>
<select class="form-control" name="location">
<select class="form-control selectpicker show-tick" data-live-search="true" name="location">
<option value="">- Location -</option>
<?php
@@ -123,7 +123,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
</div>
<select class="form-control" name="contact">
<select class="form-control selectpicker show-tick" data-live-search="true" name="contact">
<option value="">- Contact -</option>
<?php
@@ -150,7 +150,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-building"></i></span>
</div>
<select class="form-control" name="vendor">
<select class="form-control selectpicker show-tick" data-live-search="true" name="vendor">
<option value="">- Vendor -</option>
<?php