Added Bulk File Delete support, Added new user role / permission enforcement on the file posts

This commit is contained in:
johnnyq
2024-11-08 12:20:18 -05:00
parent 01c9e8604f
commit 1090794f7f
2 changed files with 56 additions and 7 deletions

View File

@@ -262,6 +262,11 @@ while ($folder_id > 0) {
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#bulkMoveFilesModal">
<i class="fas fa-fw fa-exchange-alt mr-2"></i>Move
</a>
<div class="dropdown-divider"></div>
<button class="dropdown-item text-danger text-bold"
type="submit" form="bulkActions" name="bulk_delete_files">
<i class="fas fa-fw fa-trash mr-2"></i>Delete
</button>
</div>
</div>