diff --git a/resources/views/hardware/quickscan.blade.php b/resources/views/hardware/quickscan.blade.php index 867eeaa2b0..9daf656507 100644 --- a/resources/views/hardware/quickscan.blade.php +++ b/resources/views/hardware/quickscan.blade.php @@ -16,7 +16,7 @@ } - +
{{ Form::open(['method' => 'POST', 'class' => 'form-horizontal', 'role' => 'form', 'id' => 'audit-form' ]) }} @@ -29,7 +29,7 @@
- {{ Form::label('asset_tag', trans('general.asset_tag'), array('class' => 'col-md-3 control-label', 'id' => 'audit_tag')) }} +
@@ -60,7 +60,7 @@
- {{ Form::label('next_audit_date', trans('general.next_audit_date'), array('class' => 'col-md-3 control-label')) }} +
@@ -73,7 +73,7 @@
- {{ Form::label('note', trans('admin/hardware/form.notes'), array('class' => 'col-md-3 control-label')) }} +
{!! $errors->first('note', '') !!} @@ -101,7 +101,7 @@

{{ trans('general.bulkaudit_status') }} (0 {{ trans('general.assets_audited') }})

- + @@ -158,7 +158,7 @@ var audio = new Audio('{{ config('app.url') }}/sounds/success.mp3'); audio.play() @endif - + incrementOnSuccess(); } else { handleAuditFail(data);