fixed bugs

This commit is contained in:
2025-12-27 20:48:44 +01:00
parent 6124e7e8fa
commit 2254ca90ff
8 changed files with 1958 additions and 0 deletions
+6
View File
@@ -1052,6 +1052,12 @@ $daily_sessions = $stmt->fetchAll();
data-bs-toggle="tooltip" data-bs-placement="top" title="Propaga">
<i class="bx bx-broadcast"></i> Propaga
</button>
<a href="class_type_associate.php?class_type_id=<?php echo (int)$variation['id']; ?>"
class="btn btn-sm btn-primary"
data-bs-toggle="tooltip" data-bs-placement="top" title="Associa per riprogrammazione">
<i class="bx bx-link"></i> Associa
</a>
<button type="button" class="btn btn-sm btn-danger" data-bs-toggle="modal" data-bs-target="#removePropagationModal"
onclick='fillRemovePropagationModal(<?php echo json_encode([
"class_type_id" => $variation['id']