mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
6 lines
280 B
PHP
6 lines
280 B
PHP
<div class="popup-alert alert alert-<?php $this->s($type); ?> alert-dismissible show" role="alert">
|
|
<?php $this->s($text); ?>
|
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|