Feature: Bulk Action - Assign Location for contacts

This commit is contained in:
johnnyq
2024-01-26 23:59:24 -05:00
parent dec2f484ab
commit f2719a612e
4 changed files with 269 additions and 162 deletions

View File

@@ -248,7 +248,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
</form>
<hr>
<form id="multi_actions" action="post.php" method="post">
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
<div class="table-responsive-sm">
<table class="table table-striped table-borderless table-hover">
<thead class="text-dark <?php if (!$num_rows[0]) { echo "d-none"; } ?>">