From 74378d0a4332e121fc7c604f9e03937ff64c776e Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Tue, 27 Jul 2010 14:12:39 -0700 Subject: [PATCH] Shortened menu text and filtering text on Manage Content page. --HG-- branch : dev --- src/Orchard.Web/Core/Contents/AdminMenu.cs | 2 +- src/Orchard.Web/Core/Contents/Views/Admin/List.ascx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Orchard.Web/Core/Contents/AdminMenu.cs b/src/Orchard.Web/Core/Contents/AdminMenu.cs index ad2e8aea3..4adf21bc0 100644 --- a/src/Orchard.Web/Core/Contents/AdminMenu.cs +++ b/src/Orchard.Web/Core/Contents/AdminMenu.cs @@ -28,7 +28,7 @@ namespace Orchard.Core.Contents { var cim = _contentManager.GetItemMetadata(ci); var createRouteValues = cim.CreateRouteValues; if (createRouteValues.Any()) - menu.Add(T("Create New {0}", contentTypeDefinition.DisplayName), "1.3", item => item.Action(cim.CreateRouteValues["Action"] as string, cim.CreateRouteValues["Controller"] as string, cim.CreateRouteValues)); + menu.Add(T("Create {0}", contentTypeDefinition.DisplayName), "1.3", item => item.Action(cim.CreateRouteValues["Action"] as string, cim.CreateRouteValues["Controller"] as string, cim.CreateRouteValues)); } }); } diff --git a/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx b/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx index 8fe579b81..b6ee1ef95 100644 --- a/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx +++ b/src/Orchard.Web/Core/Contents/Views/Admin/List.ascx @@ -16,7 +16,7 @@ using (Html.BeginFormAntiForgeryPost()) { %>
- +