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

Merge branch '108-plugin-partnershop-links-der-startseite-als-buttons' into 'development'

Resolve "PlugIn & Partnershop-Links der Startseite als Buttons"

Closes #108

See merge request !130
parents d8d97b17 fa853d87
No related branches found
No related tags found
2 merge requests!132Development,!130Resolve "PlugIn & Partnershop-Links der Startseite als Buttons"
......@@ -9,8 +9,10 @@ return [
'foki.angepasst' => 'angepasst',
'conveyor' => 'Einkaufen bei MetaGer-Fördershops',
'partnertitle' => 'MetaGer unterstützen, ohne Mehrkosten für Sie',
'plugin' => 'MetaGer-Plugin hinzufügen',
'plugintitle' => 'MetaGer zu Ihrem Browser hinzufügen',
'sponsors.head.1' => 'Weitere Informationen',
'sponsors.head.2' => 'Sponsoren',
......@@ -71,4 +73,4 @@ return [
'plugin.edge.3' => 'Scrollen Sie nach unten und klicken auf "Erweiterte Einstellungen anzeigen"',
'plugin.edge.4' => 'Scrollen Sie erneut nach unten bis zum Punkt "In Adressleiste suchen mit" und klicken Sie auf "Ändern"',
'plugin.edge.5' => 'Wählen Sie "MetaGer: Sicher suchen & finden..." und klicken Sie auf "Als Standard"',
];
\ No newline at end of file
];
......@@ -183,14 +183,14 @@
</fieldset>
<ul class="list-inline">
<li>
<a href="https://www.boost-project.com/de/shops?charity_id=1129&amp;tag=bl" target="_blank" id="foerdershops">{{ trans('index.conveyor') }}
<a href="https://www.boost-project.com/de/shops?charity_id=1129&amp;tag=bl" target="_blank" id="foerdershops" class="btn btn-default" title="{{ trans('index.partnertitle') }}">{{ trans('index.conveyor') }}
</a>
</li>
<li class="hidden-xs seperator">|
</li>
<li id="plug" @unless ($browser === 'Firefox' || $browser === 'Mozilla' || $browser === 'Chrome' || $browser === 'Opera' || $browser === 'IE' || $browser === 'Edge')
class="hidden" @endunless >
<a href="#" id="plugin" data-toggle="modal" data-target="#plugin-modal">{{ trans('index.plugin') }}</a>
<a href="#" id="plugin" data-toggle="modal" data-target="#plugin-modal" class="btn btn-default" title="{{ trans('index.plugintitle') }}">{{ trans('index.plugin') }}</a>
</li>
</ul>
</figure>
......@@ -229,4 +229,4 @@
</div>
</div>
</section>
@endsection
\ No newline at end of file
@endsection
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