YetiForceCompany/YetiForceCRM

View on GitHub
layouts/basic/modules/PriceBooks/Modals/SpecifyMargin.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="tpl-PriceBooks-Modals-SpecifyMargin js-modal-body" data-js="container">
        <div class="col-12 row m-0">
            <div class="fieldLabel col-sm-4 col-xl-4 pl-0 text-lg-left text-xl-right u-text-ellipsis">
                <label class="text-right muted small font-weight-bold">
                    {\App\Language::translate('LBL_SPECIFY_THE_MARGINP', $MODULE_NAME)}
                </label>
            </div>
            <div class="fieldValue col-sm-8 col-xl-8 px-0 px-sm-1">
                <div class="input-group input-group-sm">
                    <input type="text" class="smallInputBox form-control form-control-sm js-margin" />
                </div>
            </div>
        </div>
    </div>
{/strip}