' . _("Confirm removal of the poll ") . '"' . $poll->id . '
';
}
// Traitement de la confirmation de suppression
if (!empty($_POST['confirmesuppression' . $poll->id])) {
// On inclut la routine de suppression
$date = date('H:i:s d/m/Y');
$adminPollService->deleteEntirePoll($poll->id);
}
}
$btn_logs = (is_readable('../' . LOG_FILE)) ? '' . count($polls) . ' ' . _("polls in the database at this time") . $btn_logs . '
' . "\n";
// tableau qui affiche tous les sondages de la base
echo '