diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Edit.cshtml index 954e5b47c3c..67b4c23d15f 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Edit.cshtml @@ -14,7 +14,7 @@
@@ -22,7 +22,7 @@
-
+
@T["The search indexes to add as part of the plan."] @@ -48,16 +48,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Summary.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Summary.cshtml index 76bb37d7ff2..202fef88b30 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Summary.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexDeploymentStep.Fields.Summary.cshtml @@ -12,7 +12,7 @@ @if (includeAll) { - @T["All"] + @T["All"] } else if (indexNames?.Length > 0) { @@ -23,5 +23,5 @@ else if (indexNames?.Length > 0) } else { - @T["No index selected."] + @T["No index selected."] } diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexRebuildDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexRebuildDeploymentStep.Fields.Edit.cshtml index 60692a9530a..d2bda58a3d4 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexRebuildDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexRebuildDeploymentStep.Fields.Edit.cshtml @@ -9,7 +9,7 @@
@@ -43,11 +43,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Edit.cshtml index 42bc52d7257..20ec387c270 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Edit.cshtml @@ -9,7 +9,7 @@
@@ -17,7 +17,7 @@
-
+
@T["The Azure AI Search Indices to reset as part of the plan."] @@ -43,11 +43,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Summary.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Summary.cshtml index 729d19b99bd..48107eaed97 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Summary.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.AzureAI/Views/Items/AzureAISearchIndexResetDeploymentStep.Fields.Summary.cshtml @@ -12,7 +12,7 @@ @if (includeAll) { - @T["All"] + @T["All"] } else if (indices?.Length > 0) { diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Edit.cshtml index 1094555ae8d..4fd588d8d07 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Edit.cshtml @@ -12,7 +12,7 @@
@@ -20,7 +20,7 @@
-
+
@T["The search indexes to add as part of the plan."] @@ -31,12 +31,12 @@
    @foreach (var indexName in allIndexNames) { - var checkd = indexNames?.Contains(indexName); + var isChecked = indexNames?.Contains(indexName);
  • @@ -46,16 +46,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Summary.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Summary.cshtml index 2c79b701fd0..c86c40a0953 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Summary.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexDeploymentStep.Fields.Summary.cshtml @@ -12,7 +12,7 @@ @if (includeAll) { - @T["All"] + @T["All"] } else if (indexNames?.Length > 0) { @@ -23,5 +23,5 @@ else if (indexNames?.Length > 0) } else { - @T["No index selected."] + @T["No index selected."] } diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexRebuildDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexRebuildDeploymentStep.Fields.Edit.cshtml index 34d01515c63..3f3720a0246 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexRebuildDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexRebuildDeploymentStep.Fields.Edit.cshtml @@ -7,7 +7,7 @@
@@ -15,7 +15,7 @@
-
+
@T["The Elasticsearch indices to rebuild as part of the plan."] @@ -41,11 +41,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Edit.cshtml index 38fec1a93ca..553597243bc 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Edit.cshtml @@ -7,7 +7,7 @@
@@ -15,7 +15,7 @@
-
+
@T["The Elasticsearch Indices to reset as part of the plan."] @@ -41,11 +41,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Summary.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Summary.cshtml index 0716f2f4d55..2d10777d609 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Summary.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Elasticsearch/Views/Items/ElasticIndexResetDeploymentStep.Fields.Summary.cshtml @@ -12,7 +12,7 @@ @if (includeAll) { - @T["All"] + @T["All"] } else if (indices?.Length > 0) { diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexDeploymentStep.Fields.Edit.cshtml index 6be55ec723d..1269a2d4856 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexDeploymentStep.Fields.Edit.cshtml @@ -12,8 +12,7 @@
@@ -21,7 +20,7 @@
-
+
@T["The search indexes to add as part of the plan."] @@ -47,16 +46,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexRebuildDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexRebuildDeploymentStep.Fields.Edit.cshtml index cbc1d9d6ce7..64c8cc47548 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexRebuildDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexRebuildDeploymentStep.Fields.Edit.cshtml @@ -7,7 +7,7 @@
@@ -15,7 +15,7 @@
-
+
@T["The Lucene search indices to rebuild as part of the plan."] @@ -41,11 +41,3 @@
- - diff --git a/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexResetDeploymentStep.Fields.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexResetDeploymentStep.Fields.Edit.cshtml index d9f4b2cd492..0c85470c018 100644 --- a/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexResetDeploymentStep.Fields.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Search.Lucene/Views/Items/LuceneIndexResetDeploymentStep.Fields.Edit.cshtml @@ -7,7 +7,7 @@
@@ -15,7 +15,7 @@
-
+
@T["The Lucene Search Indices to reset as part of the plan."] @@ -41,11 +41,3 @@
- -