Mulit Submits disable, global Tag
This commit is contained in:
parent
78f43169c8
commit
0ed47d3553
14 changed files with 107 additions and 23 deletions
|
|
@ -50,7 +50,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card mb-2">
|
||||
<h5 class="card-header">
|
||||
Anzeige und Währung
|
||||
|
|
@ -60,7 +59,13 @@
|
|||
<div class="form-group col-sm-12">
|
||||
<label class="custom-control custom-checkbox">
|
||||
{!! Form::checkbox('switch', 1, $country->switch, ['class'=>'custom-control-input']) !!}
|
||||
<span class="custom-control-label">Land aus Auswahl auf der Webseite anzeigen (Länderwechsel)</span>
|
||||
<span class="custom-control-label">Land als Auswahl auf der Webseite anzeigen (Länderwechsel)</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group col-sm-12">
|
||||
<label class="custom-control custom-checkbox">
|
||||
{!! Form::checkbox('switch', 1, $country->switch, ['class'=>'custom-control-input']) !!}
|
||||
<span class="custom-control-label">Eigenes Lieferland ()</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group col-sm-12">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue