master
parent
7db0780544
commit
6764ac52cf
|
@ -0,0 +1 @@
|
||||||
|
.idea
|
|
@ -2,8 +2,6 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/content/includes/footer.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/includes/footer.blade.php" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/content/master.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/master.blade.php" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/content/master.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/master.blade.php" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
|
|
@ -121,13 +121,17 @@
|
||||||
<br>
|
<br>
|
||||||
<small class="text-success">sofort verfügbar</small>
|
<small class="text-success">sofort verfügbar</small>
|
||||||
<br>
|
<br>
|
||||||
<select class="form-select form-select-sm" aria-label="Default select example">
|
<select class="form-select form-select-sm" style="width:120px;" aria-label="Default select example">
|
||||||
<option selected value="1">Anzahl: 1</option>
|
<option selected value="1">Anzahl: 1</option>
|
||||||
<option value="2">Anzahl: 2</option>
|
<option value="2">Anzahl: 2</option>
|
||||||
<option value="3">Anzahl: 3</option>
|
<option value="3">Anzahl: 3</option>
|
||||||
</select>
|
</select>
|
||||||
|
<a href="" class="text-muted small text-decoration-none">Löschen</a>
|
||||||
|
ds
|
||||||
|
</td>
|
||||||
|
<td class="align-middle text-end">18,00€
|
||||||
|
<br>
|
||||||
</td>
|
</td>
|
||||||
<td class="align-middle text-end">18,00€</td>
|
|
||||||
</tr>`);
|
</tr>`);
|
||||||
});
|
});
|
||||||
else $('#count-products-in-bag').hide();
|
else $('#count-products-in-bag').hide();
|
||||||
|
|
Loading…
Reference in New Issue