-
- @if (context.DonateUrl != null)
- {
-
Donate
- }
-
-
+
+
+
+
+ Import theme
-
-
-
+
+
+
+
+
+
+
+
+ @if (context.Enabled)
+ {
+ Enabled
+ }
+ else
+ {
+ Disabled
+ }
+
+
+
+
+
+
+ @if (!string.IsNullOrEmpty(context.DonateUrl))
+ {
+
Donate
+ }
+
+
+
+
+
+
+
@code
{
+ private SmartCustomFileSelect ThemeFileSelect;
+ private AutoCrud