From abc3dea8ac726282255ff8fc0400cd6ede6494b5 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 26 Aug 2017 14:16:16 -0700 Subject: [PATCH] Fixed wonky datepicker on bulk checkout --- .../views/hardware/bulk-checkout.blade.php | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/views/hardware/bulk-checkout.blade.php b/resources/views/hardware/bulk-checkout.blade.php index 6d2839ff14..099fc21ff5 100644 --- a/resources/views/hardware/bulk-checkout.blade.php +++ b/resources/views/hardware/bulk-checkout.blade.php @@ -41,29 +41,29 @@ - -
- {{ Form::label('name', trans('admin/hardware/form.checkout_date'), array('class' => 'col-md-3 control-label')) }} -
-
- - + +
+ {{ Form::label('name', trans('admin/hardware/form.checkout_date'), array('class' => 'col-md-3 control-label')) }} +
+
+ + +
+ {!! $errors->first('checkout_at', ' :message') !!} +
- {!! $errors->first('checkout_at', ' :message') !!} -
-
- -
- {{ Form::label('name', trans('admin/hardware/form.expected_checkin'), array('class' => 'col-md-3 control-label')) }} -
-
- - + +
+ {{ Form::label('name', trans('admin/hardware/form.expected_checkin'), array('class' => 'col-md-3 control-label')) }} +
+
+ + +
+ {!! $errors->first('expected_checkin', ' :message') !!} +
- {!! $errors->first('expected_checkin', ' :message') !!} -
-
@@ -256,4 +256,4 @@ $(function() { }); -@stop \ No newline at end of file +@stop