debug
This commit is contained in:
parent
f03c52813c
commit
51638bcce6
@ -84,7 +84,7 @@ function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les v
|
||||
foreach($votations as $key => $value )
|
||||
{
|
||||
//print '<input type="radio" name="id" value="' . $value["id"] . '"/> ' . $value["titre"] . ' :' . $value["libelle"] . '<br>';
|
||||
print '<a href="' . $path . '?id=' . $value["id"] . '>' . $value["libelle"] . '<br>';
|
||||
print '<a href="' . $path . '?id=' . $value["id"] . '>' . $value["libelle"] . '</a><br>';
|
||||
}
|
||||
// TODO confirmation du choix par javascript si $confirm = true
|
||||
|
||||
|
Reference in New Issue
Block a user