1
0
This commit is contained in:
2023-03-16 14:50:35 +01:00
parent 041a776302
commit 4839b71521
3 changed files with 50 additions and 2 deletions

View File

@ -83,7 +83,7 @@ function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les v
print "<pre>";
foreach($votations as $key => $value )
{
print '<input type="radio" name="idVotation" value="' . $value["id"] . '"/> ' . $value["titre"] . '&nbsp;:' . $value["libelle"] . '<br>';
print '<input type="radio" name="id" value="' . $value["id"] . '"/> ' . $value["titre"] . '&nbsp;:' . $value["libelle"] . '<br>';
}
// TODO confirmation du choix par javascript si $confirm = true