layouts/basic/modules/Vtiger/WidgetFullscreen.tpl
{*<!-- {[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"> </h5>
<button type="button" class="close" data-dismiss="modal" title="{\App\Language::translate('LBL_CLOSE')}">
<span aria-hidden="true">×</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}