mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
form-control
This commit is contained in:
parent
950a6ac8be
commit
079a949dfe
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
<div class="input-group mb-3 mt-3" data-id='new'>
|
<div class="input-group mb-3 mt-3" data-id='new'>
|
||||||
<div class="input-group-prepend col-3 p-0">
|
<div class="input-group-prepend col-3 p-0">
|
||||||
<input type='number' name='anzahl' value='1' class='w-50'>
|
<input type='number' name='anzahl' value='1' class='form-control w-50'>
|
||||||
<select class="form-control w-50" name="einheit">
|
<select class="form-control w-50" name="einheit">
|
||||||
<?php
|
<?php
|
||||||
foreach ($units->list as $index => $unit) {
|
foreach ($units->list as $index => $unit) {
|
||||||
|
|
Loading…
Reference in a new issue