1
0

added comment for candidats

This commit is contained in:
2022-09-26 11:39:41 +02:00
parent 6fdeb9d502
commit ae357e7e95
2 changed files with 15 additions and 5 deletions

View File

@ -161,6 +161,8 @@ function candidatsForm($path, $idVotation, $idVote)
print('<input type="hidden" name="idVotation" value="' . $idVotation . '">');
print('<input type="hidden" name="idVote" value="' . $idVote . '">');
print('<label for="candidat">' . _("Candidat") .'</label><br><input type="text" id="candidat" name="candidat" value=""/>') . EOLH;
print('<label for="libelle">' . _("Libellé") .'</label><br><input type="text" id="libelle" name="libelle" value=""/>') . EOLH;
print('<input type="submit" formaction="index.php" value="' . _("Annuler") . '"/>') . EOLH;
print('<input type="submit" value="' . _("Envoyer") . '"/>') . EOLH;
}