regression : affichage du bouton 'continuer'
This commit is contained in:
parent
d5c1081b98
commit
7544805fbd
@ -175,9 +175,12 @@ if (issetAndNoEmpty('titre', $_SESSION) === false || issetAndNoEmpty('nom', $_SE
|
||||
//echo '<table><tr>'."\n";
|
||||
//echo '<td>'. _("Next") .'</td><td><input type="image" name="fin_sondage_autre" value="Créer le sondage" src="images/next-32.png"></td>'."\n";
|
||||
//echo '</tr></table>'."\n";
|
||||
//echo '<button name="fin_sondage_autre_x" value="'._('Next').'" type="submit" class="button green poursuivre"><strong>'. _('Next') . '</strong> </button>';
|
||||
//echo '<div style="clear:both"></div>';
|
||||
|
||||
|
||||
if (!isset($_POST["fin_sondage_autre_x"])) {
|
||||
echo '<button name="fin_sondage_autre_x" value="'._('Next').'" type="submit" class="button green poursuivre"><strong>'. _('Next') . '</strong> </button>';
|
||||
echo '<div style="clear:both"></div>';
|
||||
}
|
||||
|
||||
//test de remplissage des cases
|
||||
$testremplissage = '';
|
||||
for ($i=0;$i<$_SESSION["nbrecases"];$i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user