1
0
This commit is contained in:
2023-03-16 15:23:41 +01:00
parent 645a1089d5
commit f03c52813c
2 changed files with 7 additions and 5 deletions

View File

@ -22,9 +22,9 @@ print ("<table>");
foreach($votationsList as $votation)
{
print("<tr><td>");
print('<a href="' . $vote_url . 'vote.resultat.php?v=' . $votation["id"] . '">' . $votation["libelle"] . '</a></td><td>');
if ($votation["status"] == 1)
{
print('<a href="' . $vote_url . 'vote.resultat.php?id=' . $votation["id"] . '">' . $votation["libelle"] . '</a></td><td>');
print(_("Cloturé"));
}else
{