mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Increased colspan for checkboxes
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
dcbd407698
commit
93428e1ed4
|
@ -38,7 +38,7 @@
|
||||||
</div>
|
</div>
|
||||||
{!! $errors->first('purchase_date', '<span class="alert-msg"><i class="fas fa-times"></i> :message</span>') !!}
|
{!! $errors->first('purchase_date', '<span class="alert-msg"><i class="fas fa-times"></i> :message</span>') !!}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-6">
|
||||||
<label>
|
<label>
|
||||||
{{ Form::checkbox('null_purchase_date', '1', false, ['class' => 'minimal']) }}
|
{{ Form::checkbox('null_purchase_date', '1', false, ['class' => 'minimal']) }}
|
||||||
{{ trans_choice('general.set_to_null', count($assets),['asset_count' => count($assets)]) }}
|
{{ trans_choice('general.set_to_null', count($assets),['asset_count' => count($assets)]) }}
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
{!! $errors->first('expected_checkin', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
{!! $errors->first('expected_checkin', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-6">
|
||||||
<label>
|
<label>
|
||||||
{{ Form::checkbox('null_expected_checkin_date', '1', false, ['class' => 'minimal']) }}
|
{{ Form::checkbox('null_expected_checkin_date', '1', false, ['class' => 'minimal']) }}
|
||||||
{{ trans_choice('general.set_to_null', count($assets), ['asset_count' => count($assets)]) }}
|
{{ trans_choice('general.set_to_null', count($assets), ['asset_count' => count($assets)]) }}
|
||||||
|
|
Loading…
Reference in a new issue