From 050a3afc744289943197e420fd2f1671859eab06 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 19 Aug 2025 13:56:21 +0100 Subject: [PATCH] Fixed #17649 - nicer layout on new location modal Signed-off-by: snipe --- resources/views/modals/location.blade.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/resources/views/modals/location.blade.php b/resources/views/modals/location.blade.php index 6816f32869..31be8adcd2 100644 --- a/resources/views/modals/location.blade.php +++ b/resources/views/modals/location.blade.php @@ -9,7 +9,11 @@
- @include('modals.partials.name', ['item' => new \App\Models\Location(), 'required' => 'true']) + +
+
+
+
@if (($snipeSettings->scope_locations_fmcs == '1') && ($user->company)) @@ -22,13 +26,13 @@
-
-
+
+
-
-
{!! Form::countries('country', old('country'), 'select2 country',"modal-country") !!}
+
+
{!! Form::countries('country', old('country'), 'select2 country',"modal-country") !!}