Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
540ddc68
Commit
540ddc68
authored
Jul 27, 2016
by
Dominik Hebeler
Browse files
Spendenaufruf aus der englischen Version entfernt
parent
49dbebac
Changes
6
Hide whitespace changes
Inline
Side-by-side
public/css/style.css
View file @
540ddc68
...
...
@@ -343,6 +343,7 @@ header ul li{
.mg-panel
{
margin
:
0
auto
;
margin-top
:
7%
;
padding
:
10px
20px
;
margin-bottom
:
0
;
background-color
:
white
;
...
...
resources/views/layouts/staticPages.blade.php
View file @
540ddc68
...
...
@@ -88,11 +88,13 @@
</nav>
</header>
<div
class=
"wrapper"
>
<div
class=
"mg-panel container"
id=
"spendenaufruf"
style=
"margin-bottom:20px;max-height:126px;text-align:center;padding:0px;margin-top:0px"
>
@if( App::isLocale('de') )
<div
class=
"mg-panel container"
id=
"spendenaufruf"
style=
"margin-bottom:-6%;max-height:126px;text-align:center;padding:0px;margin-top:0px"
>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spendenaufruf
")
}}"
>
<img
src=
"/img/aufruf.png"
style=
"max-width:100%;max-height:126px;"
>
</a>
</div>
@endif
<main
class=
"mg-panel container"
>
@if (isset($success))
<div
class=
"alert alert-success"
role=
"alert"
>
{{ $success }}
</div>
...
...
resources/views/metager3.blade.php
View file @
540ddc68
...
...
@@ -24,7 +24,7 @@
@
else
<
div
class
=
"col-xs-12 col-md-12 resultContainer"
>
@
endif
@
if
(
!
$metager
->
validated
)
@
if
(
!
$metager
->
validated
&&
App
::
isLocale
(
'de'
)
)
<
div
class
=
"mg-panel container"
style
=
"margin-bottom:20px;max-height:90px;text-align:left; max-width:100%; padding:0px;margin-top:0px"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spendenaufruf
") }}"
target
=
"_blank"
>
<
img
src
=
"/img/aufruf.png"
style
=
"max-width:100%;max-height:90px;"
>
...
...
resources/views/metager3bilder.blade.php
View file @
540ddc68
...
...
@@ -19,7 +19,7 @@
</
ul
>
</
div
>
@
endif
@
if
(
!
$metager
->
validated
)
@
if
(
!
$metager
->
validated
&&
App
::
isLocale
(
'de'
)
)
<
div
class
=
"mg-panel container"
id
=
"spendenaufruf"
style
=
"margin-bottom:20px;max-height:126px;max-width:100%;text-align:center;padding:0px;margin-top:0px"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spendenaufruf
") }}"
>
<
img
src
=
"/img/aufruf.png"
style
=
"max-width:100%;max-height:126px;"
>
...
...
resources/views/metager3bilderresults.blade.php
View file @
540ddc68
...
...
@@ -16,7 +16,7 @@
</
ul
>
</
div
>
@
endif
@
if
(
!
$metager
->
validated
)
@
if
(
!
$metager
->
validated
&&
App
::
isLocale
(
'de'
)
)
<
div
class
=
"mg-panel container"
id
=
"spendenaufruf"
style
=
"margin-bottom:20px;max-height:126px;max-width:100%;text-align:center;padding:0px;margin-top:0px"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spendenaufruf
") }}"
>
<
img
src
=
"/img/aufruf.png"
style
=
"max-width:100%;max-height:126px;"
>
...
...
resources/views/metager3results.blade.php
View file @
540ddc68
...
...
@@ -17,7 +17,7 @@
</
div
>
@
endif
<
div
class
=
"col-xs-12 col-md-8"
>
@
if
(
!
$metager
->
validated
)
@
if
(
!
$metager
->
validated
&&
App
::
isLocale
(
'de'
)
)
<
div
class
=
"mg-panel container"
style
=
"margin-bottom:20px;max-height:90px;text-align:left; max-width:100%; padding:0px;margin-top:0px"
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
spendenaufruf
") }}"
target
=
"_blank"
>
<
img
src
=
"/img/aufruf.png"
style
=
"max-width:100%;max-height:90px;"
>
...
...
Write
Preview
Markdown
is supported
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