hotel_commerce/modules/dashinsights/views/templates/hook/dashboard-zone-two.tpl
2023-06-26 13:09:26 +05:30

51 lines
1.8 KiB
Smarty

{**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2023 Webkul IN
* @license LICENSE.txt
*}
<div class="col-sm-12">
<section id="dashinsights" class="panel widget allow_push">
<header class="panel-heading">
<i class="icon-area-chart"></i> {l s='Insights' mod='dashinsights'}
<span><small class="text-muted" id="dashinsights_heading_zone_two"></small></span>
<span class="panel-heading-action">
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashinsights'); return false;" title="{l s='Refresh' mod='dashinsights'}">
<i class="process-icon-refresh"></i>
</a>
</span>
</header>
<section>
<div class="row">
<div class="col-md-12 col-lg-6">
<p class="chart-label">{l s='Room Nights'}</p>
<div class="chart with-transitions insight-chart-wrap" id="dashinsights_room_nights">
<svg></svg>
</div>
</div>
<div class="col-md-12 col-lg-6">
<p class="chart-label">{l s='Days of the Week'}</p>
<div class="chart with-transitions insight-chart-wrap" id="dashinsights_days_of_the_week">
<svg></svg>
</div>
</div>
</div>
</section>
</section>
</div>
<div class="clearfix"></div>