#10 Promotion Modul, Kommentar 2

This commit is contained in:
Kevin Adametz 2021-11-09 18:40:18 +01:00
parent f0da981737
commit c9e1545693
128 changed files with 8194 additions and 637 deletions

View file

@ -1,16 +1,9 @@
<div class="card mb-2">
<h5 class="card-header">
{{ __('Bilder') }}
</h5>
<div class="card-body">
@if($product->id>0)
@ -25,7 +18,6 @@
<div class="row">
<div class="col-md-8 col-sm-6">
<div class="row">
@foreach($product->images as $image)
<div class="col-6 col-md-4 text-center" style="border: 1px solid #eee;">
@ -62,7 +54,7 @@
<div class="slim" style="margin:20px auto;"
data-label='<span class="text-green">Foto-Upload</span><br>(Datei suchen oder Drag & Drop)'
data-fetcher="fetch.php"
data-size="600,800"
data-size="600,600"
data-min-size="200,200"
data-max-file-size="10"
data-status-image-too-small="Bild zu klein<br>min. $0 Pixel"
@ -73,7 +65,7 @@
data-button-confirm-title="bestätigen"
data-button-cancel-title="abbrechen"
data-button-rotate-title="drehen"
data-ratio="3:4">
data-ratio="1:1">
<input type="file" name="images[]" required />
</div>
@ -87,10 +79,6 @@
</div>
@else
<p>Produkt erst speichern</p>
@endif
</div>
</div>