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
a12c5f18
Commit
a12c5f18
authored
Nov 29, 2016
by
Dominik Hebeler
Browse files
Standard für die "newtab" Option wieder auf true gesetzt
parent
19dfcc4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
a12c5f18
...
...
@@ -889,7 +889,7 @@ class MetaGer
}
else
{
$this
->
maps
=
false
;
}
$this
->
newtab
=
$request
->
input
(
'newtab'
,
'o
ff
'
);
$this
->
newtab
=
$request
->
input
(
'newtab'
,
'o
n
'
);
if
(
$this
->
newtab
===
"on"
)
{
$this
->
newtab
=
"_blank"
;
}
else
{
...
...
resources/views/settings.blade.php
View file @
a12c5f18
...
...
@@ -28,8 +28,8 @@
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
<
label
class
=
"select-label"
>@
lang
(
"settings.allgemein.4.1"
)
</
label
>
<
select
class
=
"form-control settings-form-control"
name
=
"param_newtab"
>
<
option
value
=
"on"
>@
lang
(
"settings.allgemein.4.2"
)
</
option
>
<
option
value
=
"off"
selected
>@
lang
(
"settings.allgemein.4.3"
)
</
option
>
<
option
value
=
"on"
selected
>@
lang
(
"settings.allgemein.4.2"
)
</
option
>
<
option
value
=
"off"
>@
lang
(
"settings.allgemein.4.3"
)
</
option
>
</
select
>
</
div
>
<
div
class
=
"col-sm-6 col-md-4 col-lg-3"
>
...
...
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