mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -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']) }}
|
{{ Form::checkbox('checkin_email', '1', old('checkin_email', $item->checkin_email), ['aria-label'=>'checkin_email']) }}
|
||||||
{{ trans('admin/categories/general.checkin_email') }}
|
{{ trans('admin/categories/general.checkin_email') }}
|
||||||
</label>
|
</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.
|
An email will be sent to the user because a EULA is set for this category.
|
||||||
</span>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue