|
1
|
<?php |
|
2
|
if ( ! defined( 'ABSPATH' ) ) { |
|
3
|
exit; // Exit if accessed directly |
|
4
|
} |
|
5
|
?> |
|
6
|
<div class="no-results-w"> |
|
7
|
<div class="icon-w"><i class="latepoint-icon latepoint-icon-calendar"></i></div> |
|
8
|
<h2><?php esc_html_e('Looks like you have not set work hours for these resources, or agents you selected do not offer these services.', 'latepoint'); ?></h2> |
|
9
|
<a href="<?php echo esc_url(OsRouterHelper::build_link(OsRouterHelper::build_route_name('settings', 'general'))); ?>" class="latepoint-btn"><i class="latepoint-icon latepoint-icon-settings"></i><span><?php esc_html_e('Edit Work Hours', 'latepoint'); ?></span></a> |
|
10
|
</div>
|