new commit and update

This commit is contained in:
2025-01-25 21:37:42 +01:00
parent 5d64b2ed06
commit 2045c5e5a7
20 changed files with 733 additions and 175 deletions
+6 -1
View File
@@ -38,7 +38,7 @@ $result = $stmt->get_result();
<?php include('include/navigationbar.php'); ?>
<div class="content-page">
<div class="content">
<?php //include('include/topbar.php');
<?php include('include/topbar.php');
?>
<div class="page-content-wrapper">
@@ -65,6 +65,11 @@ $result = $stmt->get_result();
<i class="fas fa-plus"></i> Aggiungi Proprietario
</a>
</div>
<div class="mb-3">
<button onclick="history.back()" class="btn btn-dark">
<i class="fas fa-arrow-left"></i> Torna indietro
</button>
</div>
</div>
</div>