layouts/basic/modules/Settings/Menu/fields/CountEntries.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]} -->*}
<!-- tpl-Settings-Menu-fields-CountEntries -->
{strip}
<div class="form-group row">
<label class="col-md-4 col-form-label">{\App\Language::translate('LBL_SHOW_NUMBER_ENTRIES', $QUALIFIED_MODULE)}:</label>
<div class="col-md-7 checkboxForm">
<input name="countentries" type="checkbox" value="1" {if $RECORD && $RECORD->get('countentries') eq 1} checked="checked" {/if} />
</div>
</div>
{/strip}
<!-- /tpl-Settings-Menu-fields-CountEntries -->