Vetsi Update

This commit is contained in:
2026-04-07 21:10:15 +02:00
parent abd86e7d2c
commit b5e62473bc
9 changed files with 212 additions and 466 deletions

View File

@@ -63,7 +63,7 @@ function nahrajKatalog($data) {
$i++;
}
file_put_contents($cesta, $jsonData);
echo json_encode(file_put_contents($cesta, $jsonData));
}
// Zverejni je hotovy
@@ -117,7 +117,7 @@ function vykresliKatalog() {
foreach($v as $p) {
$output .= ' <tr>
<td scope="row" class="col-6">'.$p->nazev.'</td>
<td scope="row" class="col-6">'.$p->rozmery.'</td>
<td class="col-2">'.$p->mj.'</sup></td>
<td class="text_vlevo col-2">'.$p->cena.'</td>
<td class="text_vlevo col-2">'.$p->cenadph.'</td>