|
45 | 45 | </div> |
46 | 46 | <div class="col-md-9"> |
47 | 47 | <label class="form-control"> |
48 | | - {{ Form::checkbox('full_multiple_companies_support', '1', old('full_multiple_companies_support', $setting->full_multiple_companies_support),array('aria-label'=>'full_multiple_companies_support')) }} |
| 48 | + <input type="checkbox" name="full_multiple_companies_support" value="1" @checked(old('full_multiple_companies_support', $setting->full_multiple_companies_support)) aria-label="full_multiple_companies_support" /> |
49 | 49 | {{ trans('admin/settings/general.full_multiple_companies_support_text') }} |
50 | 50 | </label> |
51 | 51 | {!! $errors->first('full_multiple_companies_support', '<span class="alert-msg" aria-hidden="true">:message</span>') !!} |
|
64 | 64 | </div> |
65 | 65 | <div class="col-md-9"> |
66 | 66 | <label class="form-control"> |
67 | | - {{ Form::checkbox('require_accept_signature', '1', old('require_accept_signature', $setting->require_accept_signature)) }} |
| 67 | + <input type="checkbox" name="require_accept_signature" value="1" @checked(old('require_accept_signature', $setting->require_accept_signature)) /> |
68 | 68 | {{ trans('general.yes') }} |
69 | 69 | </label> |
70 | 70 | {!! $errors->first('require_accept_signature', '<span class="alert-msg" aria-hidden="true">:message</span>') !!} |
|
136 | 136 | </div> |
137 | 137 | <div class="col-md-9"> |
138 | 138 | <label class="form-control"> |
139 | | - {{ Form::checkbox('show_images_in_email', '1', old('show_images_in_email', $setting->show_images_in_email)) }} |
| 139 | + <input type="checkbox" name="show_images_in_email" value="1" @checked(old('show_images_in_email', $setting->show_images_in_email)) /> |
140 | 140 | {{ trans('general.yes') }} |
141 | 141 | {!! $errors->first('show_images_in_email', '<span class="alert-msg" aria-hidden="true">:message</span>') !!} |
142 | 142 | </label> |
|
152 | 152 | </div> |
153 | 153 | <div class="col-md-9"> |
154 | 154 | <label class="form-control"> |
155 | | - {{ Form::checkbox('unique_serial', '1', old('unique_serial', $setting->unique_serial),array('class' => 'minimal')) }} |
| 155 | + <input type="checkbox" name="unique_serial" value="1" @checked(old('unique_serial', $setting->unique_serial)) /> |
156 | 156 | {{ trans('general.yes') }} |
157 | 157 | {!! $errors->first('unique_serial', '<span class="alert-msg" aria-hidden="true">:message</span>') !!} |
158 | 158 | </label> |
|
311 | 311 | <div class="col-md-9"> |
312 | 312 |
|
313 | 313 | <label class="form-control"> |
314 | | - {{ Form::checkbox('show_archived_in_list', '1', old('show_archived_in_list', $setting->show_archived_in_list),array('aria-label'=>'show_archived_in_list')) }} |
| 314 | + <input type="checkbox" name="show_archived_in_list" value="1" @checked(old('show_archived_in_list', $setting->show_archived_in_list)) aria-label="show_archived_in_list" /> |
315 | 315 | {{ trans('admin/settings/general.show_archived_in_list_text') }} |
316 | 316 | </label> |
317 | 317 | {!! $errors->first('show_archived_in_list', '<span class="alert-msg" aria-hidden="true">:message</span>') !!} |
|
325 | 325 | </div> |
326 | 326 | <div class="col-md-9"> |
327 | 327 | <label class="form-control"> |
328 | | - {{ Form::checkbox('show_assigned_assets', '1', old('show_assigned_assets', $setting->show_assigned_assets),array('class' => 'minimal')) }} |
| 328 | + <input type="checkbox" name="show_assigned_assets" value="1" @checked(old('show_assigned_assets', $setting->show_assigned_assets)) /> |
329 | 329 | {{ trans('general.yes') }} |
330 | 330 | </label> |
331 | 331 | <p class="help-block">{{ trans('admin/settings/general.show_assigned_assets_help') }}</p> |
|
340 | 340 | </div> |
341 | 341 | <div class="col-md-9"> |
342 | 342 | <label class="form-control"> |
343 | | - {{ Form::checkbox('show_in_model_list[]', 'image', old('show_in_model_list', $snipeSettings->modellistCheckedValue('image')),array('class' => 'minimal', 'aria-label'=>'show_in_model_list' )) }} {{ trans('general.image') }} |
| 343 | + <input type="checkbox" name="show_in_model_list[]" value="image" @checked(old('show_in_model_list', $snipeSettings->modellistCheckedValue('image'))) aria-label="show_in_model_list"/> |
| 344 | + {{ trans('general.image') }} |
344 | 345 | </label> |
345 | 346 | <label class="form-control"> |
346 | | - {{ Form::checkbox('show_in_model_list[]', 'category', old('show_in_model_list', $snipeSettings->modellistCheckedValue('category')),array('class' => 'minimal', 'aria-label'=>'show_in_model_list' )) }} {{ trans('general.category') }} |
| 347 | + <input type="checkbox" name="show_in_model_list[]" value="category" @checked(old('show_in_model_list', $snipeSettings->modellistCheckedValue('category'))) aria-label="show_in_model_list"/> |
| 348 | + {{ trans('general.category') }} |
347 | 349 | </label> |
348 | 350 | <label class="form-control"> |
349 | | - {{ Form::checkbox('show_in_model_list[]', 'manufacturer', old('show_in_model_list', $snipeSettings->modellistCheckedValue('manufacturer')),array('class' => 'minimal', 'aria-label'=>'show_in_model_list' )) }} {{ trans('general.manufacturer') }} </label> |
| 351 | + <input type="checkbox" name="show_in_model_list[]" value="manufacturer" @checked(old('show_in_model_list', $snipeSettings->modellistCheckedValue('manufacturer'))) aria-label="show_in_model_list"/> |
| 352 | + {{ trans('general.manufacturer') }} </label> |
350 | 353 | <label class="form-control"> |
351 | | - {{ Form::checkbox('show_in_model_list[]', 'model_number', old('show_in_model_list', $snipeSettings->modellistCheckedValue('model_number')),array('class' => 'minimal', 'aria-label'=>'show_in_model_list' )) }} {{ trans('general.model_no') }} |
| 354 | + <input type="checkbox" name="show_in_model_list[]" value="model_number" @checked(old('show_in_model_list', $snipeSettings->modellistCheckedValue('model_number'))) aria-label="show_in_model_list"/> |
| 355 | + {{ trans('general.model_no') }} |
352 | 356 | </label> |
353 | 357 | </div> |
354 | 358 | </div> |
|
0 commit comments