Add select2 Class on folder

This commit is contained in:
johnnyq 2023-08-23 18:12:59 -04:00
parent f88f04edd8
commit 12bbfd1db1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-folder"></i></span>
</div>
<select class="form-control" name="folder">
<select class="form-control select2" name="folder">
<option value="0">/</option>
<?php
$sql_folders_select = mysqli_query($mysqli, "SELECT * FROM folders WHERE folder_location = $folder_location AND folder_client_id = $client_id ORDER BY folder_name ASC");