big update casadoc
This commit is contained in:
@@ -25,7 +25,7 @@ $result = $stmt->get_result();
|
||||
<!-- Bootstrap 4 CSS -->
|
||||
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||
<link href="https://cdn.datatables.net/1.11.5/css/dataTables.bootstrap4.min.css" rel="stylesheet" />
|
||||
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/dripicons/2.0.0/webfont.min.css" rel="stylesheet">
|
||||
<!-- Font Awesome -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
|
||||
|
||||
@@ -129,10 +129,13 @@ $result = $stmt->get_result();
|
||||
<a href="manage-owner.php?owner_id=<?php echo $row['owner_id']; ?>" class="btn btn-info btn-sm">
|
||||
<i class="fas fa-info-circle"></i> Dettagli
|
||||
</a>
|
||||
<!-- Pulsante per i documenti del proprietario con un margine a sinistra -->
|
||||
<a href="add-docs.php?owner_id=<?php echo $row['owner_id']; ?>" class="btn btn-warning btn-sm ml-2">
|
||||
<i class="fas fa-file-alt"></i> DOCS
|
||||
</a>
|
||||
<form action="documents-person.php" method="POST" style="display:inline;">
|
||||
<input type="hidden" name="owner_id" value="<?php echo $row['owner_id']; ?>">
|
||||
<button type="submit" class="btn btn-warning btn-sm ml-2">
|
||||
<i class="fas fa-file-alt"></i> DOCS
|
||||
</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user