17 lines
697 B
HTML
17 lines
697 B
HTML
|
|
<!--
|
||
|
|
<notification id='exampleNotification'>
|
||
|
|
<div class="panel panel-warning">
|
||
|
|
<div class="panel-heading"><h3 class="panel-title"><span class="fa fa-exclamation-circle"></span><span translate>Notice</span></h3></div>
|
||
|
|
<div class="panel-body">
|
||
|
|
<p translate>This is an example notification. ID of the notification should be appended to Options.UnackedNotificationIDs of the config.</p>
|
||
|
|
</div>
|
||
|
|
<div class="panel-footer">
|
||
|
|
<button type="button" class="btn btn-sm btn-default pull-right" ng-click="dismiss()">
|
||
|
|
<span class="fa fa-check"></span> <span translate>OK</span>
|
||
|
|
</button>
|
||
|
|
<div class="clearfix"></div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</notification>
|
||
|
|
-->
|