mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed UI to Orchard standards
This commit is contained in:
@@ -43,7 +43,13 @@
|
|||||||
<label for="customCredentialsOption" class="forcheckbox">@T("Specify username/password")</label>
|
<label for="customCredentialsOption" class="forcheckbox">@T("Specify username/password")</label>
|
||||||
@Html.ValidationMessage("UseDefaultCredentials", "*")
|
@Html.ValidationMessage("UseDefaultCredentials", "*")
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@Html.RadioButtonFor(m => m.UseDefaultCredentials, true, new { id = "defaultCredentialsOptions", name = "UseDefaultCredentials" })
|
||||||
|
<label for="defaultCredentialsOptions" class="forcheckbox">@T("Use Windows authentication")</label>
|
||||||
|
@Html.ValidationMessage("UseDefaultCredentials", "*")
|
||||||
|
<span class="hint">@T("When this option is selected, the aplication pool or host-process identity is used to authenticate with the mail server. ")</span>
|
||||||
|
</div><div>
|
||||||
<div class="options">
|
<div class="options">
|
||||||
<span data-controllerid="customCredentialsOption">
|
<span data-controllerid="customCredentialsOption">
|
||||||
<label for="@Html.FieldIdFor(m => m.UserName)">@T("User name")</label>
|
<label for="@Html.FieldIdFor(m => m.UserName)">@T("User name")</label>
|
||||||
@@ -59,12 +65,6 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
@Html.RadioButtonFor(m => m.UseDefaultCredentials, true, new { id = "defaultCredentialsOptions", name = "UseDefaultCredentials" })
|
|
||||||
<label for="defaultCredentialsOptions" class="forcheckbox">@T("Use Windows authentication")</label>
|
|
||||||
@Html.ValidationMessage("UseDefaultCredentials", "*")
|
|
||||||
<span class="hint">@T("When this option is selected, the aplication pool or host-process identity is used to authenticate with the mail server. ")</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user