reprogrammed functionality

This commit is contained in:
2026-01-17 15:39:29 +01:00
parent f911b82716
commit e76fe4dfd6
7 changed files with 689 additions and 51 deletions
+10
View File
@@ -219,6 +219,12 @@ $has_valid_cert = ($cert_result['valid_count'] > 0);
<a href="?month=<?= $nextMonth ?>" class="nav-arrow"></a>
</div>
</div>
<?php if (!empty($_GET['rebook']) && !empty($_GET['msg'])): ?>
<div class="alert alert-success alert-dismissible fade show mb-4">
<?= htmlspecialchars($_GET['msg']) ?>
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
</div>
<?php endif; ?>
<div class="container-fluid px-0">
<?php if (!$has_valid_cert): ?>
@@ -357,6 +363,10 @@ $has_valid_cert = ($cert_result['valid_count'] > 0);
}
});
};
const reschedule = id => {
location = 'reschedule.php?booking=' + id;
};
</script>
</body>