#10 Promotion Modul, Kommentar 2
This commit is contained in:
parent
f0da981737
commit
c9e1545693
128 changed files with 8194 additions and 637 deletions
22
resources/views/web/promotion/_fairplay.blade.php
Normal file
22
resources/views/web/promotion/_fairplay.blade.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<section>
|
||||
<div class="row">
|
||||
<div class="col-12 text-left">
|
||||
<h2 class="mt-3">Fairplay</h2>
|
||||
<label class="switcher switcher-success">
|
||||
<input type="checkbox" class="switcher-input" name="switch_fairplay" data-error="#error-switch_fairplay" value="ok" required>
|
||||
<span class="switcher-indicator">
|
||||
<span class="switcher-yes">
|
||||
<span class="ion ion-md-checkmark"></span>
|
||||
</span>
|
||||
<span class="switcher-no">
|
||||
</span>
|
||||
</span>
|
||||
<span class="switcher-label">Ich verstehe und ....</span>
|
||||
</label>
|
||||
<div id="error-switch_fairplay" class="text-left"></div>
|
||||
</div>
|
||||
<div class="mt-2 col-12">
|
||||
<hr class="">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue