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
93a59d09
Commit
93a59d09
authored
Jul 03, 2017
by
Phil Höfer
Browse files
Update danke.blade.php
parent
e012b0bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/spende/danke.blade.php
View file @
93a59d09
...
...
@@ -5,19 +5,19 @@
@
section
(
'navbarFocus.donate'
,
'class="dropdown active"'
)
@
section
(
'content'
)
<
h1
>
{{
trans
(
'spende
n
.danke.title'
)
}}
</
h1
>
<
h1
>
{{
trans
(
'spende.danke.title'
)
}}
</
h1
>
<
div
class
=
"col"
>
<
div
id
=
"left"
class
=
"col-lg-6 col-md-12 col-sm-12 others"
>
<
p
style
=
"width:100%;"
class
=
"text-muted"
>
{{
trans
(
'spende
n
.danke.nachricht'
)
}}
</
p
>
<
h2
>
{{
trans
(
'spende
n
.danke.kontrolle'
)
}}
</
h2
>
<
p
style
=
"width:100%;"
class
=
"text-muted"
>
{{
trans
(
'spende.danke.nachricht'
)
}}
</
p
>
<
h2
>
{{
trans
(
'spende.danke.kontrolle'
)
}}
</
h2
>
<
div
>
<
table
class
=
"table table-condensed"
>
<
tr
>
<
td
>
{{
trans
(
'spende
n
.lastschrift.3.placeholder'
)}}
</
td
>
<
td
>
{{
trans
(
'spende.lastschrift.3.placeholder'
)}}
</
td
>
<
td
>
{{
$data
[
'name'
]
}}
</
td
>
</
tr
>
<
tr
>
<
td
>
{{
trans
(
'spende
n
.telefonnummer'
)
}}
</
td
>
<
td
>
{{
trans
(
'spende.telefonnummer'
)
}}
</
td
>
<
td
>
{{
$data
[
'telefon'
]
}}
</
td
>
</
tr
>
<
tr
>
...
...
@@ -25,27 +25,27 @@
<
td
>
{{
$data
[
'email'
]
}}
</
td
>
</
tr
>
<
tr
>
<
td
>
{{
trans
(
'spende
n
.iban'
)
}}
</
td
>
<
td
>
{{
trans
(
'spende.iban'
)
}}
</
td
>
<
td
>
{{
$data
[
'kontonummer'
]
}}
</
td
>
</
tr
>
<
tr
>
<
td
>
{{
trans
(
'spende
n
.bic'
)
}}
</
td
>
<
td
>
{{
trans
(
'spende.bic'
)
}}
</
td
>
<
td
>
{{
$data
[
'bankleitzahl'
]
}}
</
td
>
</
tr
>
<
tr
>
<
td
>
{{
trans
(
'spende
n
.danke.message'
)
}}
</
td
>
<
td
>
{{
trans
(
'spende.danke.message'
)
}}
</
td
>
<
td
>
{{
$data
[
'nachricht'
]
}}
</
td
>
</
tr
>
</
table
>
</
div
>
<
button
type
=
"button"
class
=
"btn btn-primary noprint"
onclick
=
"window.print();"
>
{{
trans
(
'spende
n
.drucken'
)
}}
</
button
>
<
button
type
=
"button"
class
=
"btn btn-primary noprint"
onclick
=
"window.print();"
>
{{
trans
(
'spende.drucken'
)
}}
</
button
>
</
div
>
<
div
class
=
"col-lg-6 col-md-12 col-sm-12 others noprint"
id
=
"right"
>
<
h2
>
{{
trans
(
'spende
n
.about.1'
)
}}
</
h2
>
<
p
>
{
!!
trans
(
'spende
n
.about.2'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende
n
.about.3'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende
n
.about.4'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende
n
.about.5'
)
!!
}
</
p
>
<
h2
>
{{
trans
(
'spende.about.1'
)
}}
</
h2
>
<
p
>
{
!!
trans
(
'spende.about.2'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.about.3'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.about.4'
)
!!
}
</
p
>
<
p
>
{
!!
trans
(
'spende.about.5'
)
!!
}
</
p
>
</
div
>
<
div
class
=
"clearfix"
></
div
>
</
div
>
...
...
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