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

Standard für die "newtab" Option wieder auf true gesetzt

parent 19dfcc4d
No related branches found
No related tags found
2 merge requests!619Development,!582Resolve "Settings Maps ausschaltbar machen"
......@@ -889,7 +889,7 @@ class MetaGer
} else {
$this->maps = false;
}
$this->newtab = $request->input('newtab', 'off');
$this->newtab = $request->input('newtab', 'on');
if ($this->newtab === "on") {
$this->newtab = "_blank";
} else {
......
......@@ -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">
......
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