mirror of
https://github.com/searxng/searxng.git
synced 2026-09-14 18:26:04 +00:00
Compare commits
2 Commits
8888d71ab9
...
a6d0333e30
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6d0333e30 | ||
|
|
e58ed0fdba |
@@ -12,6 +12,6 @@
|
|||||||
</select>{{- '' -}}
|
</select>{{- '' -}}
|
||||||
</div>{{- '' -}}
|
</div>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Find stuff as you type') -}}
|
{{- _('Show possible queries as you type') -}}
|
||||||
</div>{{- '' -}}
|
</div>{{- '' -}}
|
||||||
</fieldset>{{- '' -}}
|
</fieldset>{{- '' -}}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<fieldset>{{- '' -}}
|
<fieldset>{{- '' -}}
|
||||||
<legend id="pref_results_on_new_tab">{{ _('Results on new tabs') }}</legend>{{- '' -}}
|
<legend id="pref_results_on_new_tab">{{ _('Results in new tabs') }}</legend>{{- '' -}}
|
||||||
<p class="value">{{- '' -}}
|
<p class="value">{{- '' -}}
|
||||||
<input type="checkbox" {{- ' ' -}}
|
<input type="checkbox" {{- ' ' -}}
|
||||||
name="results_on_new_tab" {{- ' ' -}}
|
name="results_on_new_tab" {{- ' ' -}}
|
||||||
@@ -11,6 +11,6 @@
|
|||||||
>{{- ' ' -}}
|
>{{- ' ' -}}
|
||||||
</p>{{- '' -}}
|
</p>{{- '' -}}
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{- _('Open result links on new browser tabs') -}}
|
{{- _('Open result links in new browser tabs') -}}
|
||||||
</div>{{- '' -}}
|
</div>{{- '' -}}
|
||||||
</fieldset>{{- '' -}}
|
</fieldset>{{- '' -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user