2010-01-08 23:19:49 +00:00
|
|
|
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<SandboxSettingsRecord>" %>
|
|
|
|
<%@ Import Namespace="Orchard.Sandbox.Models"%>
|
2009-12-03 01:08:29 +00:00
|
|
|
<fieldset>
|
|
|
|
<legend>Sandbox</legend>
|
2010-01-08 23:19:49 +00:00
|
|
|
<div>
|
2010-06-08 23:42:20 -07:00
|
|
|
<%: Html.EditorFor(m => m.AllowAnonymousEdits) %>
|
|
|
|
<label class="forcheckbox" for="SandboxSettings_AllowAnonymousEdits"><%: T("Anyone can create and edit pages") %></label>
|
|
|
|
<%: Html.ValidationMessage("AllowAnonymousEdits", "*") %>
|
2010-01-08 23:19:49 +00:00
|
|
|
</div>
|
2009-12-03 01:08:29 +00:00
|
|
|
</fieldset>
|