diff --git a/src/Orchard.Web/Core/Navigation/Views/Admin/Index.ascx b/src/Orchard.Web/Core/Navigation/Views/Admin/Index.ascx index f4d02efe0..23bab71c7 100644 --- a/src/Orchard.Web/Core/Navigation/Views/Admin/Index.ascx +++ b/src/Orchard.Web/Core/Navigation/Views/Admin/Index.ascx @@ -1,3 +1,44 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> <%@ Import Namespace="Orchard.Core.Navigation.ViewModels"%> -

<%=Html.TitleForPage(T("Edit Main Menu").ToString())%>

+

<%=Html.TitleForPage(T("Edit Main Menu").ToString())%>

<% +using (Html.BeginFormAntiForgeryPost()) { %> + + + + + + + + + + + <%-- loop over menu items --%> + + + + + + + <%-- end loop --%> + + + + + + + +
TextPositionUrl
Delete Button
Update All Button
<% +} + +using (Html.BeginFormAntiForgeryPost()) { %> + + + + + + + + + +
Add Button
<% +} %> \ No newline at end of file