YetiForceCompany/YetiForceCRM

View on GitHub
layouts/basic/modules/Vtiger/WidgetFullscreen.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-WidgetFullscreen -->
    <div class="modal-header">
        <h5 class="modal-title">&nbsp;</h5>
        <button type="button" class="close" data-dismiss="modal" title="{\App\Language::translate('LBL_CLOSE')}">
            <span aria-hidden="true">&times;</span>
        </button>
    </div>
    <div class="modal-body">
        <div class="col-md-12">
            <div>
                {$CONTENT}
            </div>
        </div>
        <div class="clearfix"></div>
    </div>
    <!-- /tpl-Base-WidgetFullscreen -->
{/strip}