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