mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Change message to a callout
This commit is contained in:
parent
3df175fb3e
commit
2eaab6d9fb
|
@ -73,9 +73,10 @@
|
|||
{{ Form::checkbox('checkin_email', '1', old('checkin_email', $item->checkin_email), ['aria-label'=>'checkin_email']) }}
|
||||
{{ trans('admin/categories/general.checkin_email') }}
|
||||
</label>
|
||||
<span id="email_will_be_sent_message" class="help-block">
|
||||
<div id="email_will_be_sent_message" class="callout callout-info">
|
||||
<i class="far fa-envelope"></i>
|
||||
An email will be sent to the user because a EULA is set for this category.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue