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. ") -