diff --git a/htdocs/public/dons/don.xhtml b/htdocs/public/dons/don.xhtml index a83ef74bf43..af209bd08b7 100644 --- a/htdocs/public/dons/don.xhtml +++ b/htdocs/public/dons/don.xhtml @@ -44,50 +44,80 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/htdocs/public/dons/index.php b/htdocs/public/dons/index.php index cd4f61121bc..213f268090e 100644 --- a/htdocs/public/dons/index.php +++ b/htdocs/public/dons/index.php @@ -59,7 +59,7 @@ if ($conf->don->enabled) require("erreur.php"); } } - elseif ($HTTP_POST_VARS["action"] == 'valid') + elseif ($HTTP_POST_VARS["action"] == 'valid' && $HTTP_POST_VARS["submit"] == 'Valider') { if ($don->check($conf->don->minimum)) diff --git a/htdocs/public/dons/valid.xhtml b/htdocs/public/dons/valid.xhtml index 7371ccd0769..d89efa8eb7b 100644 --- a/htdocs/public/dons/valid.xhtml +++ b/htdocs/public/dons/valid.xhtml @@ -103,6 +103,9 @@ + (étape 2/3)