unite length planning

This commit is contained in:
Baptiste 2022-06-19 19:36:02 +02:00
parent d28c8db95e
commit 8f5d79945f

View file

@ -168,7 +168,7 @@ if(isset($_POST['send'])) {
<td><?= $r['description'] ?></td>
<td style="background-color: <?= $r['color'] ?>;"><?= $r['color'] ?></td>
<td><?= $r['order_start'] ?></td>
<td><?= $r['length'] ?>%</td>
<td><?php echo ($r['length']/4.1) ?>h</td>
<td><?= $r['num_planning'] ?></td>
<td><a href="?del=<?= $r['id'] ?>" class="cross">X</a></td>
</tr>