Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask

This commit is contained in:
johnnyq
2026-08-14 17:08:40 -04:00
parent 0fe6d51bdb
commit dc6b191eed
377 changed files with 1783 additions and 3769 deletions

View File

@@ -49,7 +49,7 @@ ob_start();
<label>Target Folder</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-folder"></i></span>
<select class="form-control select2" name="bulk_folder_id">
<select class="form-select select2" name="bulk_folder_id">
<option value="0">/</option>
<?php
// NOTE: folder_location is gone now, so just use folder_client_id

View File

@@ -13,7 +13,7 @@
<div class="mb-3">
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-desktop"></i></span>
<select class="form-control select2" name="asset_id">
<select class="form-select select2" name="asset_id">
<option value="">- Select an Asset -</option>
<?php

View File

@@ -56,7 +56,7 @@ ob_start();
<label>Move File to</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-folder"></i></span>
<select class="form-control select2" name="folder_id">
<select class="form-select select2" name="folder_id">
<option value="0">/</option>
<?php
// Fetch all folders for the client

View File

@@ -36,7 +36,7 @@ ob_start();
<label>Folder</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-folder"></i></span>
<select class="form-control select2" name="folder_id">
<select class="form-select select2" name="folder_id">
<option value="0">/</option>
<?php
// Start displaying folder options from the root (parent_folder = 0)