From a8032ac388eb6caaef7fea091f4e5e1df57645fa Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 2 Apr 2020 18:38:54 -0700 Subject: [PATCH] Switched to btn-primary for submit --- resources/views/hardware/bulk-checkout.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/hardware/bulk-checkout.blade.php b/resources/views/hardware/bulk-checkout.blade.php index 596d4a98ca..e18823f3be 100644 --- a/resources/views/hardware/bulk-checkout.blade.php +++ b/resources/views/hardware/bulk-checkout.blade.php @@ -36,7 +36,7 @@
- {{ Form::label('name', trans('admin/hardware/form.checkout_date'), array('class' => 'col-md-3 control-label')) }} + {{ Form::label('checkout_at', trans('admin/hardware/form.checkout_date'), array('class' => 'col-md-3 control-label')) }}
@@ -48,7 +48,7 @@
- {{ Form::label('name', trans('admin/hardware/form.expected_checkin'), array('class' => 'col-md-3 control-label')) }} + {{ Form::label('expected_checkin', trans('admin/hardware/form.expected_checkin'), array('class' => 'col-md-3 control-label')) }}
@@ -80,7 +80,7 @@