CSS Testing

This commit is contained in:
2025-10-30 08:38:20 +01:00
parent e1be9c2b4e
commit 4f0caf1f52
2 changed files with 28 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ if (isset($_GET['delete'])) {
<input type="text" name="room" value="<?php echo htmlspecialchars($subject['room']); ?>"><br>
<button type="submit" name="update">Salva modifiche</button>
<a href="subjects.php" style="margin-left: 10px;">Annulla</a>
<a id="cancel-edit" href="subjects.php" style="margin-left: 10px;">Annulla</a>
</form>
<hr>
<?php