Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
fa853d87
Commit
fa853d87
authored
8 years ago
by
Phil Höfer
Browse files
Options
Downloads
Patches
Plain Diff
title-attribute zu partner und plugin links
parent
16ce8ce2
No related branches found
No related tags found
2 merge requests
!132
Development
,
!130
Resolve "PlugIn & Partnershop-Links der Startseite als Buttons"
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/lang/de/index.php
+3
-1
3 additions, 1 deletion
resources/lang/de/index.php
resources/views/index.blade.php
+2
-2
2 additions, 2 deletions
resources/views/index.blade.php
with
5 additions
and
3 deletions
resources/lang/de/index.php
+
3
−
1
View file @
fa853d87
...
@@ -9,8 +9,10 @@ return [
...
@@ -9,8 +9,10 @@ return [
'foki.angepasst'
=>
'angepasst'
,
'foki.angepasst'
=>
'angepasst'
,
'conveyor'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'conveyor'
=>
'Einkaufen bei MetaGer-Fördershops'
,
'partnertitle'
=>
'MetaGer unterstützen, ohne Mehrkosten für Sie'
,
'plugin'
=>
'MetaGer-Plugin hinzufügen'
,
'plugin'
=>
'MetaGer-Plugin hinzufügen'
,
'plugintitle'
=>
'MetaGer zu Ihrem Browser hinzufügen'
,
'sponsors.head.1'
=>
'Weitere Informationen'
,
'sponsors.head.1'
=>
'Weitere Informationen'
,
'sponsors.head.2'
=>
'Sponsoren'
,
'sponsors.head.2'
=>
'Sponsoren'
,
...
@@ -71,4 +73,4 @@ return [
...
@@ -71,4 +73,4 @@ return [
'plugin.edge.3'
=>
'Scrollen Sie nach unten und klicken auf "Erweiterte Einstellungen anzeigen"'
,
'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.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"'
,
'plugin.edge.5'
=>
'Wählen Sie "MetaGer: Sicher suchen & finden..." und klicken Sie auf "Als Standard"'
,
];
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
resources/views/index.blade.php
+
2
−
2
View file @
fa853d87
...
@@ -183,14 +183,14 @@
...
@@ -183,14 +183,14 @@
</fieldset>
</fieldset>
<ul class="
list
-
inline
">
<ul class="
list
-
inline
">
<li>
<li>
<a href="
https
://
www
.
boost
-
project
.
com
/
de
/
shops
?
charity_id
=
1129
&
amp
;
tag
=
bl
" target="
_blank
" id="
foerdershops
" class="
btn
btn
-
default
">{{ 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>
</a>
</li>
</li>
<li class="
hidden
-
xs
seperator
">|
<li class="
hidden
-
xs
seperator
">|
</li>
</li>
<li id="
plug
" @unless (
$browser
=== 'Firefox' ||
$browser
=== 'Mozilla' ||
$browser
=== 'Chrome' ||
$browser
=== 'Opera' ||
$browser
=== 'IE' ||
$browser
=== 'Edge')
<li id="
plug
" @unless (
$browser
=== 'Firefox' ||
$browser
=== 'Mozilla' ||
$browser
=== 'Chrome' ||
$browser
=== 'Opera' ||
$browser
=== 'IE' ||
$browser
=== 'Edge')
class="
hidden
" @endunless >
class="
hidden
" @endunless >
<a href="
#" id="plugin" data-toggle="modal" data-target="#plugin-modal" class="btn btn-default">{{ 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
>
</
li
>
</
ul
>
</
ul
>
</
figure
>
</
figure
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment