mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-31 16:37:27 -08:00
removing required form div container
This commit is contained in:
parent
f0d3a6e2d3
commit
9cb411c500
|
@ -119,7 +119,7 @@
|
|||
{{ trans('general.notes') }}
|
||||
</label>
|
||||
@if($snipeSettings->require_checkinout_notes=="1")
|
||||
<div class="col-md-8 required">
|
||||
<div class="col-md-8">
|
||||
<textarea class="col-md-6 form-control" id="note" required="true"
|
||||
name="note">{{ old('note', $asset->note) }}</textarea>
|
||||
{!! $errors->first('note', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
{{ trans('general.notes') }}
|
||||
</label>
|
||||
@if($snipeSettings->require_checkinout_notes=="1")
|
||||
<div class="col-md-8 required">
|
||||
<div class="col-md-8">
|
||||
<textarea class="col-md-6 form-control" id="note" required="true"
|
||||
name="note">{{ old('note', $asset->note) }}</textarea>
|
||||
{!! $errors->first('note', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
||||
|
|
Loading…
Reference in a new issue