mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
link file to assets
provides hability to add link on Files to Assets, so later we can show this related files on Asset View
This commit is contained in:
@@ -331,6 +331,9 @@ $num_of_files = mysqli_num_rows($sql);
|
||||
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#moveFileModal<?php echo $file_id; ?>">
|
||||
<i class="fas fa-fw fa-exchange-alt mr-2"></i>Move
|
||||
</a>
|
||||
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#linkAssetToFileModal">
|
||||
<i class="fas fa-fw fa-desktop mr-2"></i>Asset
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item text-danger confirm-link" href="post.php?archive_file=<?php echo $file_id; ?>">
|
||||
<i class="fas fa-fw fa-archive mr-2"></i>Archive
|
||||
@@ -348,6 +351,8 @@ $num_of_files = mysqli_num_rows($sql);
|
||||
|
||||
require "client_file_move_modal.php";
|
||||
|
||||
require "client_file_link_asset_modal.php";
|
||||
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user