debug
This commit is contained in:
@ -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"] . ' :' . $value["libelle"] . '<br>';
|
||||
print '<input type="radio" name="id" value="' . $value["id"] . '"/> ' . $value["titre"] . ' :' . $value["libelle"] . '<br>';
|
||||
}
|
||||
// TODO confirmation du choix par javascript si $confirm = true
|
||||
|
||||
|
Reference in New Issue
Block a user