From 832fc8e0f33073afe7750e98c31fe26088dad1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Sun, 5 Jan 2014 18:42:08 +0100 Subject: [PATCH] Renamed NextStep button to CreatePoll --- htdocs/opensurvey/public/choix_autre.php | 4 ++-- htdocs/opensurvey/public/choix_date.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/opensurvey/public/choix_autre.php b/htdocs/opensurvey/public/choix_autre.php index 1037be6f714..0d156b751b7 100644 --- a/htdocs/opensurvey/public/choix_autre.php +++ b/htdocs/opensurvey/public/choix_autre.php @@ -45,12 +45,12 @@ if (isset($_SESSION["nbrecases"])) { $_SESSION["nbrecases"]=5; } -if (isset($_POST["ajoutcases"]) || isset($_POST["ajoutcases_x"])) { +if (isset($_POST["ajoutcases"])) { $_SESSION["nbrecases"]=$_SESSION["nbrecases"]+5; } // Create survey into database -if (isset($_POST["confirmecreation"]) || isset($_POST["confirmecreation_x"])) +if (isset($_POST["confirmecreation"])) { //recuperation des données de champs textes $toutchoix = ''; diff --git a/htdocs/opensurvey/public/choix_date.php b/htdocs/opensurvey/public/choix_date.php index b2c8f998351..d6708b3f902 100644 --- a/htdocs/opensurvey/public/choix_date.php +++ b/htdocs/opensurvey/public/choix_date.php @@ -536,7 +536,7 @@ if (issetAndNoEmpty('totalchoixjour', $_SESSION) || $erreur) print ''."\n"; print ''."\n"; print'

'."\n"; - print ''."\n"; + print ''."\n"; print ''."\n"; }