Skip to content
Snippets Groups Projects

Resolve "Spanische Sprachauswahl für Suche entfernen"

Merged Ghost User requested to merge 821-spanische-sprachauswahl-fur-suche-entfernen into development
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -7,9 +7,8 @@
<div id="search-lang">
<select id="input-lang" name="lang">
<option value="all">Alle Sprachen</option>
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
<option value="{{$localeCode}}">{{{ $properties['native'] }}}</option>
@endforeach
<option value="de">Deutsch</option>
<option value="en">English</option>
</select>
<label id="lang-label" for="input-lang" data-tooltip="{{ trans ('index.lang.tooltip') }}">
<i class="fa fa-globe" aria-hidden="true"></i>
Loading