Skip to content
Extraits de code Groupes Projets
Valider 23fb31ae rédigé par Guinness's avatar Guinness
Parcourir les fichiers

update contreparties et tarifs

parent 35bc69f7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<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>
......
......@@ -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>
......
......@@ -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": {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter