mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Reordered input fields
This commit is contained in:
@@ -93,6 +93,19 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input class="form-check-input custom-control-input"
|
||||
type="checkbox"
|
||||
id="spoiled"
|
||||
name="spoiled"
|
||||
value="1">
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="spoiled">{{ $__t('Spoiled') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input class="form-check-input custom-control-input"
|
||||
@@ -115,19 +128,6 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input class="form-check-input custom-control-input"
|
||||
type="checkbox"
|
||||
id="spoiled"
|
||||
name="spoiled"
|
||||
value="1">
|
||||
<label class="form-check-label custom-control-label"
|
||||
for="spoiled">{{ $__t('Spoiled') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if (GROCY_FEATURE_FLAG_RECIPES)
|
||||
@include('components.recipepicker', array(
|
||||
'recipes' => $recipes,
|
||||
|
Reference in New Issue
Block a user