File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Griddly/Views/Shared/Griddly Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 12
12
// Minor Version
13
13
// Build Number
14
14
// Revision
15
- [ assembly: AssemblyVersion ( "3.8.3 " ) ]
16
- [ assembly: AssemblyFileVersion ( "3.8.3 " ) ]
15
+ [ assembly: AssemblyVersion ( "3.8.4 " ) ]
16
+ [ assembly: AssemblyFileVersion ( "3.8.4 " ) ]
17
17
// Uncomment the informational version to create a pre-release package
18
- //[assembly: AssemblyInformationalVersion("3.8.1 -rc2")]
18
+ //[assembly: AssemblyInformationalVersion("3.8.4 -rc2")]
Original file line number Diff line number Diff line change 40
40
else
41
41
{
42
42
if (! css .Is (CssFramework .Bootstrap3 )) { < h4 class = " modal-title" > Filter < / h4 > }
43
- <button type =" button" class =" close" data-dismiss =" modal" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
43
+
44
+ if (css .Is (CssFramework .Bootstrap5 ))
45
+ {
46
+ < button type = " button" class = " griddly-modal-close close btn-close" data - bs - dismiss = " modal" aria - label = " Close" >< / button >
47
+ }
48
+ else
49
+ {
50
+ <button type =" button" class =" griddly-modal-close close" data-dismiss =" modal" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
51
+ }
52
+
44
53
if (css .Is (CssFramework .Bootstrap3 )) { < h4 class = " modal-title" > Filter < / h4 > }
45
54
}
46
55
</div >
75
84
}
76
85
</div >
77
86
78
- <button type =" button" class =" @(css.Is(CssFramework.Bootstrap4, CssFramework.Bootstrap5) ? " btn btn-link " : css.ButtonDefault) griddly-filter-cancel" data-dismiss =" modal" >Cancel </button >
87
+ <button type =" button" class =" @(css.Is(CssFramework.Bootstrap4, CssFramework.Bootstrap5) ? " btn btn-link " : css.ButtonDefault) griddly-filter-cancel" data-dismiss =" modal" data-bs-dismiss = " modal " >Cancel </button >
79
88
80
89
<button type =" submit" class =" @css.ButtonDefault" >Search </button >
81
90
}
You can’t perform that action at this time.
0 commit comments