diff --git a/app/view/campaign/donation.html b/app/view/campaign/donation.html index 2c53d8543e0fb632dea6c4f84539f4845e37ae29..52bb2559de88deb8654ff8c8837783394efb17d3 100644 --- a/app/view/campaign/donation.html +++ b/app/view/campaign/donation.html @@ -1,11 +1,11 @@ <section id="donation_form" class="step_1"> <form method="post" action="{{ 'donate' | alias }}" name="f1" id="f1"> <input type="hidden" name="csrf" value="{{ @CSRF }}"/> - <input type="radio" name="amount" value="10">10<br> - <input type="radio" name="amount" value="30">30<br> - <input type="radio" name="amount" value="50">50<br> - <input type="radio" name="amount" value="100">100<br> - <input type="radio" name="amount" value="250">250<br> + <input type="radio" name="amount" value="11">11<br> + <input type="radio" name="amount" value="42">42<br> + <input type="radio" name="amount" value="64">64<br> + <input type="radio" name="amount" value="128">128<br> + <input type="radio" name="amount" value="314">314<br> <input type="text" name="amount_other" value="Other"><br> <input type="text" name="pseudo" value="Pseudo"><br> <input type="text" name="email" value="Email"><br> diff --git a/app/view/campaign/home.html b/app/view/campaign/home.html index 20391143dd426702b62b54a33297da1742b88421..3f65dc403426ba9b14ee20f63e549d9a695447fe 100644 --- a/app/view/campaign/home.html +++ b/app/view/campaign/home.html @@ -45,16 +45,16 @@ <fieldset> <div class="modal-row"> <div class="radio-row"> - <input type="radio" name="amount" id="amount1" value="10"> + <input type="radio" name="amount" id="amount1" value="11"> <label for="amount1" class="text-center">10€ </label> - <input type="radio" name="amount" id="amount2" value="30"> + <input type="radio" name="amount" id="amount2" value="42"> <label for="amount2" class="text-center">30€</label> - <input type="radio" name="amount" id="amount3" value="50" checked> + <input type="radio" name="amount" id="amount3" value="64" checked> <label for="amount3" class="text-center">50€</label> - <input type="radio" name="amount" id="amount4" value="100"> + <input type="radio" name="amount" id="amount4" value="128"> <label for="amount4" class="text-center">100€</label> - <input type="radio" name="amount" id="amount5" value="250"> - <label for="amount5" class="text-center">250€</label> + <input type="radio" name="amount" id="amount5" value="314"> + <label for="amount5" class="text-center">314€</label> </div> <div class="clearfix"></div> </div> @@ -127,19 +127,19 @@ <div class="col-md-9 img-list"> <div class="col-md-3"> <img class="media-object" src="/static/img/piplome.svg" alt=""> - <div class="media-body">{{ _("Un πplome<br><small>(cumul de 30€)</small>") }}</div> + <div class="media-body">{{ _("Un πplome<br><small>(cumul de 42€)</small>") }}</div> </div> <div class="col-md-3"> <img class="media-object" src="/static/img/pibag.svg" alt=""> - <div class="media-body">{{ _("Un pibag<br><small>(cumul de 50€)</small>") }}</div> + <div class="media-body">{{ _("Un pibag<br><small>(cumul de 64€)</small>") }}</div> </div> <div class="col-md-3"> <img class="media-object" src="/static/img/pishirt.svg" alt=""> - <div class="media-body">{{ _("Un pishirt<br><small>(cumul de 100€)</small>") }}</div> + <div class="media-body">{{ _("Un pishirt<br><small>(cumul de 128€)</small>") }}</div> </div> <div class="col-md-3"> <img class="media-object" src="/static/img/hoopie.svg" alt=""> - <div class="media-body">{{ _("Un hoopie<br><small>(cumul de 250€)</small>") }}</div> + <div class="media-body">{{ _("Un hoopie<br><small>(cumul de 314€)</small>") }}</div> </div> </div> </div> diff --git a/composer.json b/composer.json index 350bb7117d4608453addea72362f2d857b72eef5..35b1e7592d78140d10e29a5acb380ef4a2777b2a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require-dev": { "codeception/codeception": "^2.2", - "friendsofphp/php-cs-fixer": "^2.0" + "friendsofphp/php-cs-fixer": "^2.1" }, "autoload": { "psr-4": {