Aula -> Laboratorio

This commit is contained in:
2025-10-30 08:31:56 +01:00
parent 48092b7f75
commit e1be9c2b4e

View File

@@ -90,7 +90,7 @@ if (isset($_GET['delete'])) {
<label>Docente:</label>
<input type="text" name="teacher" value="<?php echo htmlspecialchars($subject['teacher']); ?>" required><br>
<label>Aula (opzionale):</label>
<label>Laboratorio (opzionale):</label>
<input type="text" name="room" value="<?php echo htmlspecialchars($subject['room']); ?>"><br>
<button type="submit" name="update">Salva modifiche</button>
@@ -117,7 +117,7 @@ if (isset($_GET['delete'])) {
<th>ID</th>
<th>Materia</th>
<th>Docente</th>
<th>Aula</th>
<th>Laboratorio</th>
<th>Azione</th>
</tr>
<?php