From 67da9bce29c928e04f27260f1c745a09f2e4176c Mon Sep 17 00:00:00 2001 From: Kees Damen Date: Tue, 28 Apr 2015 22:10:37 +0200 Subject: [PATCH] Fixed UI to Orchard standards --- .../Views/EditorTemplates/Parts/SmtpSettings.cshtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Email/Views/EditorTemplates/Parts/SmtpSettings.cshtml b/src/Orchard.Web/Modules/Orchard.Email/Views/EditorTemplates/Parts/SmtpSettings.cshtml index d19b0c43b..816ebe231 100644 --- a/src/Orchard.Web/Modules/Orchard.Email/Views/EditorTemplates/Parts/SmtpSettings.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Email/Views/EditorTemplates/Parts/SmtpSettings.cshtml @@ -43,7 +43,13 @@ @Html.ValidationMessage("UseDefaultCredentials", "*") +
+ @Html.RadioButtonFor(m => m.UseDefaultCredentials, true, new { id = "defaultCredentialsOptions", name = "UseDefaultCredentials" }) + + @Html.ValidationMessage("UseDefaultCredentials", "*") + @T("When this option is selected, the aplication pool or host-process identity is used to authenticate with the mail server. ") +
@@ -59,12 +65,6 @@
-
- @Html.RadioButtonFor(m => m.UseDefaultCredentials, true, new { id = "defaultCredentialsOptions", name = "UseDefaultCredentials" }) - - @Html.ValidationMessage("UseDefaultCredentials", "*") - @T("When this option is selected, the aplication pool or host-process identity is used to authenticate with the mail server. ") -