YetiForceCompany/YetiForceCRM

View on GitHub
layouts/basic/modules/Settings/Dependencies/LibraryMoreInfo.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-Settings-Dependencies-LibraryMoreInfo -->
    <div class="modal-header">
        <h5 class="modal-title">
            <span class="fas fa-info-circle mr-1"></span>
            {\App\Language::translate('LBL_MORE_LIBRARY_INFO', $QUALIFIED_MODULE)}
        </h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="{\App\Language::translate('LBL_CLOSE')}">
            <span aria-hidden="true" title="{\App\Language::translate('LBL_CLOSE')}">&times;</span>
        </button>
    </div>
    <div class="modal-body col-md-12">
        {if $RESULT}
            <code>
                <pre>{$FILE_CONTENT}</pre>
            </code>
        {else}
            <div class="alert alert-danger" role="alert">
                {\App\Language::translate('LBL_MISSING_FILE', $QUALIFIED_MODULE)}
            </div>
        {/if}
    </div>
    <!-- /tpl-Settings-Dependencies-LibraryMoreInfo -->
{/strip}