YetiForceCompany/YetiForceCRM

View on GitHub
layouts/basic/modules/Vtiger/Detail/Widget/PreviewMailConfig.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}
    <div class="modal fade" tabindex="-1">
        <div class="modal-dialog">
            <div class="modal-content">
                <form class="form-modalAddWidget">
                    {if !empty($WID)}<input type="hidden" name="wid" value="{$WID}" />{/if}
                    <input type="hidden" name="type" value="{$TYPE}" />
                    <input type="hidden" name="limit" value="1" />
                    <input type="hidden" name="relatedmodule" value="0" />
                    <div class="modal-header">
                        <h5 id="massEditHeader" class="modal-title">{\App\Language::translate('Add widget', $QUALIFIED_MODULE)}</h5>
                        <button type="button" data-dismiss="modal" class="close" title="{\App\Language::translate('LBL_CLOSE', $QUALIFIED_MODULE)}">&times;</button>
                    </div>
                    <div class="modal-body">
                        <div class="modal-Fields">
                            <div class="form-container-sm">
                                <div class="form-group form-group-sm row mb-1">
                                    <label class="col-md-4 col-form-label">
                                        <strong>{\App\Language::translate('Type widget', $QUALIFIED_MODULE)}</strong>:
                                    </label>
                                    <div class="col-md-7 py-1">
                                        {\App\Language::translate($TYPE, $QUALIFIED_MODULE)}
                                    </div>
                                </div>
                                <div class="form-group form-group-sm row">
                                    <label class="col-md-4 col-form-label">
                                        <strong>{\App\Language::translate('Label', $QUALIFIED_MODULE)}</strong>:
                                    </label>
                                    <div class="col-md-7 py-1">
                                        <input name="label" class="form-control form-control-sm" type="text" value="{$WIDGETINFO['label']}" />
                                    </div>
                                </div>
                            </div>
                        </div>
                        {include file=\App\Layout::getTemplatePath('Modals/Footer.tpl', $QUALIFIED_MODULE) BTN_SUCCESS='LBL_SAVE' BTN_DANGER='LBL_CANCEL'}
                </form>
            </div>
        </div>
    </div>
{/strip}