added display of libelle
This commit is contained in:
parent
f8b090de42
commit
164551359c
@ -71,6 +71,7 @@ if ($dolibarr->result->num_rows == 0)
|
|||||||
foreach($candidats as $candidat)
|
foreach($candidats as $candidat)
|
||||||
{
|
{
|
||||||
echo '<input type="radio" name="vote[' . $vote["id"] . ']" value="' . $candidat["id"] . '"> ' . $candidat["candidat"] . ' <br>';
|
echo '<input type="radio" name="vote[' . $vote["id"] . ']" value="' . $candidat["id"] . '"> ' . $candidat["candidat"] . ' <br>';
|
||||||
|
echo nl2br($candidat["libelle"]) . EOLH;
|
||||||
}
|
}
|
||||||
echo '<input type="radio" name="vote[' . $vote["id"] . ']" value="0"> Vote blanc <br>';
|
echo '<input type="radio" name="vote[' . $vote["id"] . ']" value="0"> Vote blanc <br>';
|
||||||
print "</pre>
|
print "</pre>
|
||||||
|
Reference in New Issue
Block a user