forked from vergnet/site-accueil-insa
ajustements
This commit is contained in:
parent
06750163ce
commit
d0119e52bf
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ if(isset($_POST['send'])) {
|
|||
<input type="color" name="color">
|
||||
<input type="float" class="input_inline" name="opacity" placeholder="Opacité (%)" value="100">
|
||||
<input type="number" class="input_inline" name="order_start" placeholder="Ordre d'apparition">
|
||||
<input type="float" class="input_inline" name="length" placeholder="Taille (en heure)">
|
||||
<input type="number" step="0.01" class="input_inline" name="length" placeholder="Taille (en heure)">
|
||||
<select name="num_planning" class="input_inline">
|
||||
<option value="1">Planning 1</option>
|
||||
<option value="2">Planning 2</option>
|
||||
|
@ -153,7 +153,7 @@ if(isset($_POST['send'])) {
|
|||
?></td>
|
||||
<td><?= $r['title'] ?></td>
|
||||
<td><?= $r['description'] ?></td>
|
||||
<td style="background-color: <?= $r['color'] ?>;"></td>
|
||||
<td style="background-color: <?= $r['color'] ?>;"><?= $r['color'] ?></td>
|
||||
<td><?= $r['order_start'] ?></td>
|
||||
<td><?= $r['length'] ?>%</td>
|
||||
<td><?= $r['num_planning'] ?></td>
|
||||
|
|
Loading…
Reference in a new issue