forked from vergnet/site-accueil-insa
ajustement planning
This commit is contained in:
parent
414f67109d
commit
a7e245c824
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if(isset($_GET['planning']) AND !empty(['planning']))
|
|||
<tr class="tr-td">
|
||||
<td>
|
||||
<?php
|
||||
for($i=8;$i<=22;$i++) {
|
||||
for($i=8;$i<=23;$i++) {
|
||||
?>
|
||||
<div style="height: <?= 100/15 ?>%;" class="hours">
|
||||
<?= $i ?>
|
||||
|
|
Loading…
Reference in a new issue