From 096e5e1d429a98eaa68d97140935dab9c862941a Mon Sep 17 00:00:00 2001 From: Suha Can Date: Fri, 11 Feb 2011 16:49:40 -0800 Subject: [PATCH] Fixing bug with NOP select option in setup ui for recipes Calling T() on a couple strings --HG-- branch : recipe --- .../Modules/Orchard.Setup/Controllers/SetupController.cs | 3 +-- .../Modules/Orchard.Setup/Views/Setup/Index.cshtml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs b/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs index a043fc1a4..8e2362dea 100644 --- a/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs +++ b/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs @@ -72,8 +72,7 @@ namespace Orchard.Setup.Controllers { if (!ModelState.IsValid) { model.DatabaseIsPreconfigured = !string.IsNullOrEmpty(_setupService.Prime().DataProvider); - // set HasRecipes flag - // set recipedescription + //TODO: set HasRecipes flag and recipedescription return IndexViewResult(model); } diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Views/Setup/Index.cshtml b/src/Orchard.Web/Modules/Orchard.Setup/Views/Setup/Index.cshtml index 116ce71df..bb73d07cb 100644 --- a/src/Orchard.Web/Modules/Orchard.Setup/Views/Setup/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Setup/Views/Setup/Index.cshtml @@ -57,8 +57,8 @@ if (Model.HasRecipes) {
@T("Orchard Recipes allow you to setup your site with additional pre-configured options, features and settings out of the box")