layouts/basic/modules/Vtiger/Modals/ImagePreview.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-Modals-ImagePreview -->
<div class="tpl-Modals-ImagePreview modal-body">
<div>
<img class="js-image-preview img-fluid mx-auto d-block" src="" alt="{\App\Language::translate('LBL_IMAGE_PREVIEW', $MODULE_NAME)}">
</div>
</div>
<!-- /tpl-Base-Modals-ImagePreview -->
{/strip}