MISP/templates/element/Events/event-notices.php

8 lines
162 B
PHP

<?php
echo $this->Bootstrap->alert([
'text' => 'notice for empty event, ...',
'class' => [''],
'dismissible' => true,
'variant' => 'warning',
]);