added report download
This commit is contained in:
@@ -166,6 +166,21 @@ while ($row = $queryPages->fetch_assoc()) {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-warning {
|
||||
background-color: #ffca2c;
|
||||
/* Un giallo più brillante */
|
||||
border-color: #ffca2c;
|
||||
color: #212529;
|
||||
/* Testo scuro per contrasto */
|
||||
}
|
||||
|
||||
.btn-warning:hover {
|
||||
background-color: #e0b026;
|
||||
/* Giallo più scuro al passaggio del mouse */
|
||||
border-color: #e0b026;
|
||||
color: #212529;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -188,6 +203,9 @@ while ($row = $queryPages->fetch_assoc()) {
|
||||
<button onclick="history.back()" class="btn btn-dark">
|
||||
<i class="fas fa-arrow-left"></i> Torna indietro
|
||||
</button>
|
||||
<a href="download-shared-documents.php?idhome=<?php echo $idhome; ?>" class="btn btn-warning" id="downloadZipBtn">
|
||||
<i class="fas fa-file-archive"></i> Scarica Zip
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user