1
0
This commit is contained in:
Daniel Tartavel 2022-09-14 14:12:46 +02:00
parent a294901f8a
commit 3bc763e943

View File

@ -91,7 +91,7 @@ function choixVotation($path, $methode=2) //2 = toutes les votations 1 = votat
}
print ('<form method="get" action="' . $path . '">');
print "<pre>";
print '<input type="action" value="' . $action . '"';
print '<input type="hidden" name="action" value="' . $action . '">';
foreach($votations as $key => $value )
{
print '<input type="radio" name="id" value="' . $value["id"] . '"> ' . $value["titre"] . '&nbsp;:' . $value["libelle"] . '<br>';