File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/OrchardCore.Modules/OrchardCore.Lists/Views Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
<div class =" mb-n1" >
48
48
<div class =" input-group input-group-sm w-50 d-inline-flex has-filter" >
49
49
<div class =" input-group-prepend" >
50
- <button class =" btn btn-sm dropdown-toggle" style =" border :1px solid lightgrey " type =" button" data-toggle =" dropdown" id =" filter-dropdown" aria-haspopup =" true" aria-expanded =" false" >
50
+ <button class =" btn btn-sm dropdown-toggle" style =" border :1px solid lightgrey " type =" button" data-bs- toggle =" dropdown" id =" filter-dropdown" aria-haspopup =" true" aria-expanded =" false" >
51
51
<i class =" fa fa-filter" title =" @T[" Filters " ]" aria-hidden =" true" ></i >
52
52
</button >
53
53
<div class =" dropdown-menu @if (CultureInfo.CurrentUICulture.IsRightToLeft()) {<text>dropdown-menu-start</text>}" aria-labelledby =" filter-dropdown" >
76
76
}
77
77
else if (authorizedContentTypeDefinitions .Count () > 1 )
78
78
{
79
- <a class =" btn btn-sm btn-success dropdown-toggle" href = " # " data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" >
79
+ <button class =" btn btn-sm btn-success dropdown-toggle" id = " dropdownMenuLink " data-bs -toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" >
80
80
@T ["Create "]
81
- </a >
81
+ </button >
82
82
<div class =" dropdown-menu" aria-labelledby =" dropdownMenuLink" >
83
83
@foreach ( var containedContentTypeDefinition in authorizedContentTypeDefinitions )
84
84
{
You can’t perform that action at this time.
0 commit comments