4469db0bd3
Signed-off-by: snipe <snipe@snipe.net>
11 lines
879 B
PHP
11 lines
879 B
PHP
<div>
|
|
<label class="form-control{{ (count($mismatched) > 0) ? ' form-control--disabled' : '' }}">
|
|
<input type="checkbox" name="scope_locations_fmcs" value="1" @checked(old('scope_locations_fmcs', $setting->scope_locations_fmcs)) aria-label="scope_locations_fmcs" {{ (count($mismatched) > 0) ? ' disabled' : '' }}/>
|
|
{{ trans('admin/settings/general.scope_locations_fmcs_support_text') }}
|
|
</label>
|
|
<p class="help-block">
|
|
{{ trans('admin/settings/general.scope_locations_fmcs_support_help_text') }}
|
|
<strong>{{ (count($mismatched) > 0) ? trans('admin/settings/general.scope_locations_fmcs_support_disabled_text', ['count' => count($mismatched)]) : '' }}</strong>
|
|
</p>
|
|
<button class="btn btn-sm btn-default" wire:click.prevent="check_locations">{{ trans('admin/settings/general.scope_locations_fmcs_check_button') }}</button>
|
|
</div> |