Added select2 classes to all New records

This commit is contained in:
root
2019-06-07 23:47:11 -04:00
parent 925e635e9d
commit 05f54a20db
23 changed files with 51 additions and 46 deletions

View File

@@ -27,7 +27,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-tag"></i></span>
</div>
<select class="form-control" name="type" required>
<select class="form-control selectpicker show-tick" name="type" required>
<option value="">- Type -</option>
<?php foreach($software_types_array as $software_type) { ?>
<option><?php echo $software_type; ?></option>