added comment for candidats
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user