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

Merge branch '558-bilder-suche-vorerst-entfernen' into 'development'

Resolve "Bilder-Suche vorerst entfernen"

Closes #558

See merge request !998
parents 024f3af8 097bfc6d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -213,13 +213,6 @@
<span class="content">{{ trans('index.foki.web') }}</span>
</label>
</div>
<div class="focus">
<input id="bilder" class="focus-radio hide" type="radio" name="focus" value="bilder" form="searchForm" @if ($focus === 'bilder') checked @endif required="">
<label id="bilder-label" class="focus-label" for="bilder">
<i class="fa fa-picture-o" aria-hidden="true"></i>
<span class="content">{{ trans('index.foki.bilder') }}</span>
</label>
</div>
<div class="focus">
<input id="nachrichten" class="focus-radio hide" type="radio" name="focus" value="nachrichten" form="searchForm" @if ($focus === 'nachrichten') checked @endif required="">
<label id="nachrichten-label" class="focus-label" for="nachrichten">
......
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