Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
69411c7b
Commit
69411c7b
authored
Nov 25, 2020
by
Kim Höfer
Browse files
minor layout fixes
parent
b89ac677
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/spende.php
View file @
69411c7b
...
...
@@ -6,7 +6,7 @@ return [
'headline.3'
=>
'Welchen Beitragen möchten Sie spenden?'
,
'headline.4'
=>
'Wie regelmäßig möchten Sie spenden?'
,
'headline.5'
=>
'Wie
woll
en Sie spenden?'
,
'headline.5'
=>
'Wie
möcht
en Sie spenden?'
,
'wunschbetrag'
=>
'Wunschbetrag'
,
...
...
resources/views/spende/spende.blade.php
View file @
69411c7b
...
...
@@ -21,7 +21,8 @@
<
a
class
=
"payment-label"
href
=
"?method=debit"
>
{
!!
trans
(
'spende.head.lastschrift'
)
!!
}
</
a
>
<
a
class
=
"payment-label"
href
=
"?method=bank-transfer"
>
{
!!
trans
(
'spende.ueberweisung'
)
!!
}
</
a
>
<
a
class
=
"payment-label payment-label-selected"
href
=
"?method=paypal"
>
{
!!
trans
(
'spende.paypal'
)
!!
}
</
a
>
<
p
>
{
!!
trans
(
'spende.paypal.1'
)
!!
}
</
p
>
<
p
><
br
>
{
!!
trans
(
'spende.paypal.1'
)
!!
}
</
p
>
<
div
class
=
"center-wrapper"
>
@
if
(
LaravelLocalization
::
getCurrentLocale
()
==
"de"
)
<
form
action
=
"https://www.paypal.com/cgi-bin/webscr"
method
=
"post"
target
=
"_top"
>
...
...
@@ -51,15 +52,16 @@
<
a
class
=
"payment-label"
href
=
"?method=debit"
>
{
!!
trans
(
'spende.head.lastschrift'
)
!!
}
</
a
>
<
a
class
=
"payment-label payment-label-selected"
href
=
"?method=bank-transfer"
>
{
!!
trans
(
'spende.ueberweisung'
)
!!
}
</
a
>
<
a
class
=
"payment-label"
href
=
"?method=paypal"
>
{
!!
trans
(
'spende.paypal'
)
!!
}
</
a
>
<
p
>
{
!!
trans
(
'spende.bankinfo.1'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2.1'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2.2'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2.3'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.bankinfo.2.4'
)
!!
}
</
p
>
<
br
>
<
p
>
{
!!
trans
(
'spende.bankinfo.3'
)
!!
}
</
p
>
</
div
>
<
p
>
<
br
>
{
!!
trans
(
'spende.bankinfo.1'
)
!!
}
<
br
>
<
br
>
{
!!
trans
(
'spende.bankinfo.2'
)
!!
}
<
br
>
{
!!
trans
(
'spende.bankinfo.2.1'
)
!!
}
<
br
>
{
!!
trans
(
'spende.bankinfo.2.2'
)
!!
}
<
br
>
{
!!
trans
(
'spende.bankinfo.2.3'
)
!!
}
<
br
>
{
!!
trans
(
'spende.bankinfo.2.4'
)
!!
}
<
br
>
<
br
>
{
!!
trans
(
'spende.bankinfo.3'
)
!!
}
</
p
>
</
div
>
@
else
<
div
class
=
"section"
>
<
h3
>
{
!!
trans
(
'spende.headline.5'
)
!!
}
</
h3
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment