| .. | |||||
| basic-widget.php | |||||
| chart-content.php | |||||
| content-none.php | |||||
| content.php | |||||
| email-report.php | |||||
| header.php | |||||
| integration-report.php | |||||
| notice.php | |||||
| report-content.php | |||||
| single-report.php | |||||
| tab-dashboard.php | |||||
| tab-notification.php |
<?php /** * Template admin/views/common/reports/notice.php * * @package Forminator */ ?> <div class="sui-notice"> <div class="sui-notice-content"> <div class="sui-notice-message"> <i aria-hidden="true" class="sui-notice-icon sui-icon-info sui-md"></i> <p><?php echo esc_html( $args['content'] ); ?></p> </div> </div> </div>
| .. | |||||
| basic-widget.php | |||||
| chart-content.php | |||||
| content-none.php | |||||
| content.php | |||||
| email-report.php | |||||
| header.php | |||||
| integration-report.php | |||||
| notice.php | |||||
| report-content.php | |||||
| single-report.php | |||||
| tab-dashboard.php | |||||
| tab-notification.php |