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