Updated audit with icheck, removed popover text - need a better solution with layout

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-04-03 19:19:12 -07:00
parent 76b9608de3
commit 858f1c2d12

View file

@ -55,16 +55,14 @@
<!-- Update location -->
<div class="form-group">
<div class="col-sm-offset-3 col-md-9">
<label>
<input type="checkbox" value="1" name="update_location" class="minimal" {{ Request::old('update_location') == '1' ? ' checked="checked"' : '' }}> {{ trans('admin/hardware/form.asset_location') }}
<div class="col-md-8 col-md-offset-3">
<label class="form-control">
<input type="checkbox" value="1" name="update_location" {{ Request::old('update_location') == '1' ? ' checked="checked"' : '' }}> {{ trans('admin/hardware/form.asset_location') }}
</label>
@include ('partials.more-info', ['helpText' => trans('help.audit_help'), 'helpPosition' => 'right'])
<p class="help-block">{!! trans('help.audit_help') !!}</p>
</div>
</div>