File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed
Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1212@include (' files::admin._files-selector' )
1313
1414<ul class =" nav nav-tabs" >
15- <li class =" active " >
16- <a href =" #tab-main" data-target =" #tab-main" data-toggle =" tab" >{{ __ (' Content' ) } } </a >
15+ <li class =" nav-item " >
16+ <a class = " nav-link active " href =" #tab-main" data-target =" #tab-main" data-toggle =" tab" >{{ __ (' Content' ) } } </a >
1717 </li >
18- <li >
19- <a href =" #tab-info" data-target =" #tab-info" data-toggle =" tab" >{{ __ (' Info' ) } } </a >
18+ <li class = " nav-item " >
19+ <a class = " nav-link " href =" #tab-info" data-target =" #tab-info" data-toggle =" tab" >{{ __ (' Info' ) } } </a >
2020 </li >
2121</ul >
2222
2323<div class =" tab-content" >
2424
2525 {{-- Main tab --}}
26- <div class =" tab-pane fade in active" id =" tab-main" >
26+ <div class =" tab-pane fade show active" id =" tab-main" >
2727
2828 @include (' core::form._title-and-slug' )
29- {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
30- {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
29+ <div class =" form-group" >
30+ {!! TranslatableBootForm:: hidden (' status' )-> value (0 ) ! !}
31+ {!! TranslatableBootForm:: checkbox (__ (' Published' ), ' status' ) ! !}
32+ </div >
3133 {!! TranslatableBootForm:: textarea (__ (' Summary' ), ' summary' )-> rows (4 ) ! !}
3234 {!! TranslatableBootForm:: textarea (__ (' Body' ), ' body' )-> addClass (' ckeditor' ) ! !}
3335
3436 </div >
3537
3638 {{-- Info tab --}}
37- <div class =" tab-pane fade in " id =" tab-info" >
39+ <div class =" tab-pane fade" id =" tab-info" >
3840
3941 {!! BootForm:: textarea (__ (' Address' ), ' address' )-> rows (4 ) ! !}
4042
Original file line number Diff line number Diff line change 1818
1919 <div class =" table-responsive" >
2020
21- <table st-persist =" placesTable" st-table =" displayedModels" st-safe-src =" models" st-order st-filter class =" table table-condensed table- main" >
21+ <table st-persist =" placesTable" st-table =" displayedModels" st-safe-src =" models" st-order st-filter class =" table table-main" >
2222 <thead >
2323 <tr >
2424 <th class =" delete" ></th >
3232 <tr >
3333 <td colspan =" 4" ></td >
3434 <td >
35- <input st-search =" title_translated" class =" form-control input -sm" placeholder =" @lang (' Filter' )…" type =" text" >
35+ <input st-search =" title_translated" class =" form-control form-control -sm" placeholder =" @lang (' Filter' )…" type =" text" >
3636 </td >
3737 <td >
38- <input st-search =" address" class =" form-control input -sm" placeholder =" @lang (' Filter' )…" type =" text" >
38+ <input st-search =" address" class =" form-control form-control -sm" placeholder =" @lang (' Filter' )…" type =" text" >
3939 </td >
4040 <td >
41- <input st-search =" website" class =" form-control input -sm" placeholder =" @lang (' Filter' )…" type =" text" >
41+ <input st-search =" website" class =" form-control form-control -sm" placeholder =" @lang (' Filter' )…" type =" text" >
4242 </td >
4343 </tr >
4444 </thead >
Original file line number Diff line number Diff line change 2121 <form method =" get" role =" form" >
2222 <label for =" string" class =" sr-only" >@lang (' Search' )</label >
2323 <div class =" input-group input-group-lg" >
24- <input id =" string" type =" text" name =" string" value =" {{ request (' string' ) } }" class =" form-control input -sm" >
25- <span class =" input-group-btn " >
24+ <input id =" string" type =" text" name =" string" value =" {{ request (' string' ) } }" class =" form-control form-control -sm" >
25+ <span class =" input-group-append " >
2626 <button type =" submit" class =" btn btn-sm btn-primary" >@lang (' Search' )</button >
2727 </span >
2828 </div >
4646 <label for =" address" class =" sr-only" >@lang (' address' )</label >
4747 <div class =" input-group input-group-lg" >
4848 <input class =" form-control" id =" address" type =" text" placeholder =" {{ __ (' Address' ) } }" name =" address" value =" " >
49- <span class =" input-group-btn " >
49+ <span class =" input-group-append " >
5050 <button type =" submit" class =" btn btn-sm btn-primary" >@lang (' Search' )</button >
5151 </span >
5252 </div >
You can’t perform that action at this time.
0 commit comments