removes visibility checkmarks for certain fields when in new label engine

This commit is contained in:
Godfrey M 2024-02-22 16:19:28 -08:00
parent 6ee24a7527
commit 550f9e2afa

View file

@ -378,7 +378,8 @@
{!! $errors->first('labels_pageheight', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
</div>
</div>
@endif
@if(!$setting->label2_enable)
<div class="form-group">
<div class="col-md-3 text-right">
{{ Form::label('labels_display', trans('admin/settings/general.label_fields'), ['class' => 'control-label']) }}