Skip to content
Snippets Groups Projects
Commit ff788e2b authored by Phil Höfer's avatar Phil Höfer
Browse files

Settings-alles-markieren-Links sind jetzt button-elemente.

fixes #319
parent 6fa2b2d6
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -38,13 +38,13 @@
<option value="GET" selected>GET</option>
<option value="POST">POST</option>
</select>
<h2>{!! trans('settings.suchmaschinen.1') !!} <small><a class="allUnchecker">{!! trans('settings.suchmaschinen.2') !!}</a></small></h2>
<h2>{!! trans('settings.suchmaschinen.1') !!} <small><button type="button" class="btn btn-link allUnchecker">{!! trans('settings.suchmaschinen.2') !!}</button></small></h2>
@foreach( $foki as $fokus => $sumas )
<div class="headingGroup {{ $fokus }}">
<h3 class="fokus-category">
{{ ucfirst($fokus) }}
<small>
<a class="checker" data-type="{{ $fokus }}">{!! trans('settings.suchmaschinen.3') !!}</a>
<button type="button" class="checker btn btn-link" data-type="{{ $fokus }}">{!! trans('settings.suchmaschinen.3') !!}</button>
</small>
</h3>
<div class="row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment