mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Fixed notification formatting
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
aae289e150
commit
944520bc5d
|
@ -41,7 +41,7 @@
|
||||||
<div class="alert alert-info fade in">
|
<div class="alert alert-info fade in">
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<i class="fas fa-info-circle faa-pulse animated"></i>
|
<i class="fas fa-info-circle faa-pulse animated"></i>
|
||||||
<strong>{{ trans('general.asset_information') }} </strong>
|
<strong>{{ trans('general.asset_information') }}:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
@isset ($asset->model->name)
|
@isset ($asset->model->name)
|
||||||
<li><b>{{ trans('general.model_name') }} </b> {{ $asset->model->name }}</li>
|
<li><b>{{ trans('general.model_name') }} </b> {{ $asset->model->name }}</li>
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
<div class="alert alert-info fade in">
|
<div class="alert alert-info fade in">
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<i class="fas fa-info-circle faa-pulse animated"></i>
|
<i class="fas fa-info-circle faa-pulse animated"></i>
|
||||||
<strong>{{ trans('general.consumable_information') }}</strong>
|
<strong>{{ trans('general.consumable_information') }}: </strong>
|
||||||
<ul><li><b>{{ trans('general.consumable_name') }}</b> {{ $consumable->name }}</li></ul>
|
<ul><li><b>{{ trans('general.consumable_name') }}</b> {{ $consumable->name }}</li></ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
<div class="alert alert-info fade in">
|
<div class="alert alert-info fade in">
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<i class="fas fa-info-circle faa-pulse animated"></i>
|
<i class="fas fa-info-circle faa-pulse animated"></i>
|
||||||
<strong>{{ trans('general.accessory_information') }} </strong>
|
<strong>{{ trans('general.accessory_information') }}:</strong>
|
||||||
<ul><li><b>{{ trans('general.accessory_name') }}</b> {{ $accessory->name }}</li></ul>
|
<ul><li><b>{{ trans('general.accessory_name') }}</b> {{ $accessory->name }}</li></ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
<div class="alert alert alert-danger fade in">
|
<div class="alert alert alert-danger fade in">
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
||||||
<strong>{{ trans('general.error') }} </strong>
|
<strong>{{ trans('general.error') }}: </strong>
|
||||||
{{ $message }}
|
{{ $message }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
<div class="alert alert alert-danger fade in">
|
<div class="alert alert alert-danger fade in">
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
||||||
<strong>{{ trans('general.notification_error') }} </strong>
|
<strong>{{ trans('general.notification_error') }}: </strong>
|
||||||
{{ $message }}
|
{{ $message }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue