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

Merge branch '319-falscher-cursor-bei-alle-an-abwahlen-links-auf-settings-seite' into 'development'

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

Closes #319

See merge request !557
parents 6fa2b2d6 ff788e2b
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -38,13 +38,13 @@ ...@@ -38,13 +38,13 @@
<option value="GET" selected>GET</option> <option value="GET" selected>GET</option>
<option value="POST">POST</option> <option value="POST">POST</option>
</select> </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 ) @foreach( $foki as $fokus => $sumas )
<div class="headingGroup {{ $fokus }}"> <div class="headingGroup {{ $fokus }}">
<h3 class="fokus-category"> <h3 class="fokus-category">
{{ ucfirst($fokus) }} {{ ucfirst($fokus) }}
<small> <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> </small>
</h3> </h3>
<div class="row"> <div class="row">
......
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