Changed "Add to the main menu" to "Show on main menu" so they checkboxes reflect state instead of an action

--HG--
branch : dev
This commit is contained in:
Erik Porter
2010-03-09 00:45:02 -08:00
parent b435e81533
commit 80d0155c9f

View File

@@ -3,7 +3,7 @@
<%@ Import Namespace="Orchard.Core.Navigation.ViewModels"%>
<fieldset>
<%=Html.EditorFor(m => m.OnMainMenu) %>
<label for="OnMainMenu" class="forcheckbox"><%=_Encoded("Add to the main menu") %></label>
<label for="OnMainMenu" class="forcheckbox"><%=_Encoded("Show on main menu") %></label>
<div data-controllerid="OnMainMenu" class="">
<label for="MenuText"><%=_Encoded("Menu text") %></label>
<%=Html.TextBoxFor(m => m.MenuText, new { @class = "large text" })%>