Skip to content
Snippets Groups Projects
Commit 9ce2abe1 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added a heading for bank account informations

parent 5ea71099
No related branches found
No related tags found
2 merge requests!1895Development,!1786Development
......@@ -7,7 +7,7 @@ return [
'headline.3' => 'Welchen Betrag möchten Sie spenden?',
'headline.4' => 'Wie regelmäßig möchten Sie spenden?',
'headline.5' => 'Wie möchten Sie spenden?',
'headline.6' => 'Kontodaten',
'wunschbetrag' => 'Wunschbetrag',
'wunschbetrag.placeholder' => 'Betrag in €',
......
......@@ -7,7 +7,7 @@ return [
'headline.3' => 'How much would you like to donate?',
'headline.4' => 'How frequent do you want to donate?',
'headline.5' => 'Choose a payment method',
'headline.6' => 'Bank Account Informations',
'wunschbetrag' => 'Custom amount',
'wunschbetrag.placeholder' => 'Amount in €',
......
......@@ -99,6 +99,7 @@
<input type="radio" class="frequency-radio" name="frequency" id="six-monthly" value="six-monthly" required="required" @if(!empty($data) && $data["frequency"] === "six-monthly")checked="checked"@endif><label class="frequency-label" for="six-monthly"><nobr>{!! trans('spende.frequency.4') !!}</nobr></label>
<input type="radio" class="frequency-radio" name="frequency" id="annual" value="annual" required="required" @if(!empty($data) && $data["frequency"] === "annual")checked="checked"@endif><label class="frequency-label" for="annual"><nobr>{!! trans('spende.frequency.5') !!}</nobr></label>
</div>
<h3>{!! trans('spende.headline.6') !!}</h3>
<p>{!! trans('spende.lastschrift.2') !!}</p>
<input type="hidden" name="dt" value="{{ md5(date('Y') . date('m') . date('d')) }}">
<div class="form-group donation-form-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment