From dbfe1a9dcea135e5a99f868a623386e75d894e1e Mon Sep 17 00:00:00 2001 From: Jasmin Savard Date: Sat, 11 Jan 2025 03:13:04 -0500 Subject: [PATCH] Format .cshtml --- .../Views/Setup/Index.cshtml | 136 +++++++++--------- 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Setup/Views/Setup/Index.cshtml b/src/OrchardCore.Modules/OrchardCore.Setup/Views/Setup/Index.cshtml index f28d5d2946e..00d26292497 100644 --- a/src/OrchardCore.Modules/OrchardCore.Setup/Views/Setup/Index.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Setup/Views/Setup/Index.cshtml @@ -76,21 +76,21 @@ query.Remove("ui-culture"); var queryString = QueryString.Create(query); -
-
- -
-
- @foreach (var culture in LocOptions.Value.SupportedUICultures.OrderBy(x => x.NativeName)) { var uriString = UriHelper.BuildRelative(Context.Request.PathBase, Context.Request.Path, queryString.Add("ui-culture", culture.Name)); - + } - -
-
+ + + }

@T["Setup"]

@T["Please answer a few questions to configure your site."]

@@ -100,9 +100,9 @@ @if (defaultRecipe == null) { - + }
@@ -116,46 +116,46 @@
@if (!Model.RecipeNamePreset) { -
- - - @T["Recipes allow you to setup your site with additional pre-configured options, features and settings out of the box."] + }
+ + @T["Recipes allow you to setup your site with additional pre-configured options, features and settings out of the box."] + }
@@ -164,47 +164,47 @@
@if (!Model.DatabaseConfigurationPreset) { -
-
- - @foreach (var provider in Model.DatabaseProviders) { - + } - - - @T["The database is used to store the site's configuration and its contents."] -
+ + + @T["The database is used to store the site's configuration and its contents."] +
-
- - - - @T["You can specify a table prefix if you intend to reuse the same database for multiple sites."] -
- +
+ + + + @T["You can specify a table prefix if you intend to reuse the same database for multiple sites."] +
+ -
-
- -
- - -
- - -
+
+
+ +
+ +
+ + +
+
-
-
- - - -
@T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
-
-
+
+
+ + + +
@T["When left blank, the default value on the server will be used."] @T["For example, '{0}' for SQL Server.", "dbo"]
+
+
}
@T["Super User"]