From 23fb31ae6196b59065f50c2769600e59ef2836d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Oudin?= <oudin@crans.org>
Date: Fri, 6 Dec 2019 19:24:21 +0100
Subject: [PATCH] update contreparties et tarifs

---
 app/view/campaign/donation.html | 10 +++++-----
 app/view/campaign/home.html     | 20 ++++++++++----------
 composer.json                   |  2 +-
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/app/view/campaign/donation.html b/app/view/campaign/donation.html
index 2c53d85..52bb255 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 2039114..3f65dc4 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 &#960;plome<br><small>(cumul de 30&euro;)</small>") }}</div>
+					<div class="media-body">{{ _("Un &#960;plome<br><small>(cumul de 42&euro;)</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&euro;)</small>") }}</div>
+					<div class="media-body">{{ _("Un pibag<br><small>(cumul de 64&euro;)</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&euro;)</small>") }}</div>
+					<div class="media-body">{{ _("Un pishirt<br><small>(cumul de 128&euro;)</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&euro;)</small>") }}</div>
+					<div class="media-body">{{ _("Un hoopie<br><small>(cumul de 314&euro;)</small>") }}</div>
 				</div>
 			</div>
 		</div>
diff --git a/composer.json b/composer.json
index 350bb71..35b1e75 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": {
-- 
GitLab