YetiForceCompany/YetiForceCRM

View on GitHub
layouts/basic/modules/Vtiger/dashboards/WidgetHeadeAccessible.tpl

Summary

Maintainability
Test Coverage
{*<!-- {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} -->*}
{strip}
    <!-- tpl-Base-dashboards-WidgetHeadeAccessible -->
    <div class="d-flex flex-row flex-nowrap no-gutters justify-content-between">
        {include file=\App\Layout::getTemplatePath('dashboards/WidgetHeaderTitle.tpl', $MODULE_NAME)}
        {include file=\App\Layout::getTemplatePath('dashboards/WidgetHeaderButtons.tpl', $MODULE_NAME)}
    </div>
    <hr class="widgetHr" />
    <div class="row no-gutters">
        <div class="col">
            {include file=\App\Layout::getTemplatePath('dashboards/SelectAccessibleTemplate.tpl', $MODULE_NAME)}
        </div>
    </div>
    <!-- /tpl-Base-dashboards-WidgetHeadeAccessible -->
{/strip}