Change estetica gestione orario

This commit is contained in:
2025-09-11 08:47:26 +02:00
parent 81078ddf9c
commit 141d78d08b

View File

@@ -100,7 +100,7 @@ if ($class_id > 0) {
</select>
<br><br>
<?php if ($class_id > 0): ?>
<table>
<thead>
<tr>
@@ -147,7 +147,7 @@ if ($class_id > 0) {
<br>
<button type="submit">Salva orario</button>
<?php endif; ?>
<?php if (isset($_GET['saved'])): ?>
<p class="saved-message">✅ Orario salvato con successo!</p>
<?php endif; ?>