From 16b17b25a458606efaef517d171572c0d5ff2ea4 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 14 Nov 2020 11:07:36 +0100 Subject: [PATCH] Reordered input fields --- views/consume.blade.php | 26 +++++++++++++------------- views/transfer.blade.php | 30 +++++++++++++++--------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/views/consume.blade.php b/views/consume.blade.php index 3fbdf2b9..c1fde9df 100644 --- a/views/consume.blade.php +++ b/views/consume.blade.php @@ -93,6 +93,19 @@ @endif +
+
+ + +
+
+
-
-
- - -
-
- @if (GROCY_FEATURE_FLAG_RECIPES) @include('components.recipepicker', array( 'recipes' => $recipes, diff --git a/views/transfer.blade.php b/views/transfer.blade.php index 4cedccfc..f4827bad 100644 --- a/views/transfer.blade.php +++ b/views/transfer.blade.php @@ -47,6 +47,21 @@ class="text-info font-italic d-none">' . $__t('Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated') . '
' )) +
+ + +
{{ $__t('A location is required') }}
+
+
-
- - -
{{ $__t('A location is required') }}
-
-