new commit and update
This commit is contained in:
@@ -80,14 +80,23 @@ $conn->close();
|
||||
|
||||
<div class="page-content-wrapper">
|
||||
<div class="container-fluid">
|
||||
<br>
|
||||
<div class="row align-items-center mb-3">
|
||||
<div class="col-sm-8">
|
||||
<h4 class="page-title m-0">Condivisioni per l'immobile</h4>
|
||||
<p class="mb-0"><strong>Dettagli immobile:</strong> <?php echo htmlspecialchars($homeDetails['address']); ?></p>
|
||||
</div>
|
||||
<div class="col-sm-4 text-right">
|
||||
|
||||
<h4 class="page-title">Condivisioni per l'immobile</h4>
|
||||
<p><strong>Dettagli immobile:</strong> <?php echo htmlspecialchars($homeDetails['address']); ?></p>
|
||||
<a href="add-sharing.php?idhome=<?php echo $idhome; ?>" class="btn btn-success">
|
||||
<i class="mdi mdi-plus"></i> Aggiungi Condivisione
|
||||
</a>
|
||||
<a href="javascript:history.back()" class="btn btn-dark mr-2">
|
||||
<i class="mdi mdi-arrow-left"></i> Torna Indietro
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Pulsante per aggiungere una nuova condivisione -->
|
||||
<a href="add-sharing.php?idhome=<?php echo $idhome; ?>" class="btn btn-success mb-3">
|
||||
<i class="mdi mdi-plus"></i> Aggiungi Condivisione
|
||||
</a>
|
||||
|
||||
<!-- Tabella delle condivisioni -->
|
||||
<table id="sharingTable" class="table table-striped table-bordered">
|
||||
|
||||
Reference in New Issue
Block a user