@@ -506,25 +506,21 @@ class="btn btn-danger cc-font-90 text-nowrap"
506506 <div class =" form-group row" >
507507 <label class =" {{ $frame -> getSettingLabelClass (true )} }" >一覧への表示指定</label >
508508 <div class =" {{ $frame -> getSettingInputClass (true )} }" >
509- <div class =" custom-control custom-radio custom-control-inline" >
510- <input type =" radio" value =" 0" id =" list_hide_flag_0" name =" list_hide_flag" class =" custom-control-input" @if (old (' list_hide_flag' , $column -> list_hide_flag ) == 0 ) checked =" checked" @endif >
511- <label class =" custom-control-label" for =" list_hide_flag_0" >一覧に表示する</label >
512- </div >
513509 <div class =" custom-control custom-radio custom-control-inline" >
514510 <input type =" radio" value =" 1" id =" list_hide_flag_1" name =" list_hide_flag" class =" custom-control-input" @if (old (' list_hide_flag' , $column -> list_hide_flag ) == 1 ) checked =" checked" @endif >
515511 <label class =" custom-control-label" for =" list_hide_flag_1" >一覧に表示しない</label >
516512 </div >
513+ <div class =" custom-control custom-radio custom-control-inline" >
514+ <input type =" radio" value =" 0" id =" list_hide_flag_0" name =" list_hide_flag" class =" custom-control-input" @if (old (' list_hide_flag' , $column -> list_hide_flag ) == 0 ) checked =" checked" @endif >
515+ <label class =" custom-control-label" for =" list_hide_flag_0" >一覧に表示する</label >
516+ </div >
517517 </div >
518518 </div >
519519
520520 {{-- 詳細から非表示にする指定 --}}
521521 <div class =" form-group row" >
522522 <label class =" {{ $frame -> getSettingLabelClass (true )} }" >詳細への表示指定</label >
523523 <div class =" {{ $frame -> getSettingInputClass (true )} }" >
524- <div class =" custom-control custom-radio custom-control-inline" >
525- <input type =" radio" value =" 0" id =" detail_hide_flag_0" name =" detail_hide_flag" class =" custom-control-input" @if (old (' detail_hide_flag' , $column -> detail_hide_flag ) == 0 ) checked =" checked" @endif >
526- <label class =" custom-control-label" for =" detail_hide_flag_0" >詳細に表示する</label >
527- </div >
528524 <div class =" custom-control custom-radio custom-control-inline" >
529525 <input type =" radio" value =" 1" id =" detail_hide_flag_1" name =" detail_hide_flag" class =" custom-control-input" @if (old (' detail_hide_flag' , $column -> detail_hide_flag ) == 1 ) checked =" checked" @endif >
530526 <label class =" custom-control-label" for =" detail_hide_flag_1" >詳細に表示しない</label >
@@ -536,21 +532,25 @@ class="btn btn-danger cc-font-90 text-nowrap"
536532 <label class =" custom-control-label" for =" detail_hide_flag_2" >詳細に表示しない(検索時に強制表示指定可)</label >
537533 </div >
538534 @endif
535+ <div class =" custom-control custom-radio custom-control-inline" >
536+ <input type =" radio" value =" 0" id =" detail_hide_flag_0" name =" detail_hide_flag" class =" custom-control-input" @if (old (' detail_hide_flag' , $column -> detail_hide_flag ) == 0 ) checked =" checked" @endif >
537+ <label class =" custom-control-label" for =" detail_hide_flag_0" >詳細に表示する</label >
538+ </div >
539539 </div >
540540 </div >
541541
542542 {{-- 項目名を非表示にする指定 --}}
543543 <div class =" form-group row" >
544544 <label class =" {{ $frame -> getSettingLabelClass (true )} }" >項目名の表示指定</label >
545545 <div class =" {{ $frame -> getSettingInputClass (true )} }" >
546- <div class =" custom-control custom-radio custom-control-inline" >
547- <input type =" radio" value =" 0" id =" label_hide_flag_0" name =" label_hide_flag" class =" custom-control-input" @if (old (' label_hide_flag' , $column -> label_hide_flag ) == 0 ) checked =" checked" @endif >
548- <label class =" custom-control-label" for =" label_hide_flag_0" >項目名を表示する</label >
549- </div >
550546 <div class =" custom-control custom-radio custom-control-inline" >
551547 <input type =" radio" value =" 1" id =" label_hide_flag_1" name =" label_hide_flag" class =" custom-control-input" @if (old (' label_hide_flag' , $column -> label_hide_flag ) == 1 ) checked =" checked" @endif >
552548 <label class =" custom-control-label" for =" label_hide_flag_1" >項目名を表示しない</label >
553549 </div >
550+ <div class =" custom-control custom-radio custom-control-inline" >
551+ <input type =" radio" value =" 0" id =" label_hide_flag_0" name =" label_hide_flag" class =" custom-control-input" @if (old (' label_hide_flag' , $column -> label_hide_flag ) == 0 ) checked =" checked" @endif >
552+ <label class =" custom-control-label" for =" label_hide_flag_0" >項目名を表示する</label >
553+ </div >
554554 </div >
555555 </div >
556556
@@ -563,14 +563,14 @@ class="btn btn-danger cc-font-90 text-nowrap"
563563 <div class =" row" >
564564 <div class =" col-md" >
565565 <label >表示カラムの制御</label ><br >
566- <div class =" custom-control custom-radio custom-control-inline" >
567- <input type =" radio" value =" 1" id =" role_display_control_flag_1" name =" role_display_control_flag" class =" custom-control-input" @if (old (' role_display_control_flag' , $column -> role_display_control_flag ) == 1 ) checked =" checked" @endif >
568- <label class =" custom-control-label" for =" role_display_control_flag_1" >権限で制御する</label >
569- </div >
570566 <div class =" custom-control custom-radio custom-control-inline" >
571567 <input type =" radio" value =" 0" id =" role_display_control_flag_0" name =" role_display_control_flag" class =" custom-control-input" @if (old (' role_display_control_flag' , $column -> role_display_control_flag ) == 0 ) checked =" checked" @endif >
572568 <label class =" custom-control-label" for =" role_display_control_flag_0" >権限で制御しない</label >
573569 </div >
570+ <div class =" custom-control custom-radio custom-control-inline" >
571+ <input type =" radio" value =" 1" id =" role_display_control_flag_1" name =" role_display_control_flag" class =" custom-control-input" @if (old (' role_display_control_flag' , $column -> role_display_control_flag ) == 1 ) checked =" checked" @endif >
572+ <label class =" custom-control-label" for =" role_display_control_flag_1" >権限で制御する</label >
573+ </div >
574574 <div >
575575 <small class =" text-muted" >
576576 ※ コンテンツ管理者のユーザは、「権限で制御する」場合でも、必ず当カラムを表示します。
0 commit comments