From 1d04b7541518d27a9e496c2efeae9adbf2291d1c Mon Sep 17 00:00:00 2001 From: Suha Can Date: Fri, 2 Apr 2010 12:04:17 -0700 Subject: [PATCH 1/2] - Fixing namespace reference in a view. --HG-- branch : dev --- .../Common/Views/EditorTemplates/Parts/Common.Routable.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx index 9d1fa0f18..3b6a81b84 100644 --- a/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx +++ b/src/Orchard.Web/Core/Common/Views/EditorTemplates/Parts/Common.Routable.ascx @@ -1,8 +1,8 @@ <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %> +<%@ Import Namespace="Orchard.Utility.Extensions"%> <%@ Import Namespace="Orchard.ContentManagement.Extenstions"%> <%@ Import Namespace="Orchard.ContentManagement"%> <%@ Import Namespace="Orchard.ContentManagement.Aspects"%> -<%@ Import Namespace="Orchard.Extensions"%> <%@ Import Namespace="Orchard.Core.Common.ViewModels"%> <% Html.RegisterFootScript("jquery.slugify.js"); %>
From 03b016c5f84cdbe85f037c81e0ad55b834a5ab95 Mon Sep 17 00:00:00 2001 From: Bertrand Le Roy Date: Fri, 2 Apr 2010 13:59:02 -0700 Subject: [PATCH 2/2] Replacing HTML comments with server comments. Fix for bug http://orchard.codeplex.com/WorkItem/View.aspx?WorkItemId=16368 --HG-- branch : dev --- .../Themes/Contoso/Views/Layout.HomePage.ascx | 14 +++++++------- src/Orchard.Web/Themes/Contoso/Views/Layout.ascx | 12 ++++++------ .../Themes/Corporate/Views/Layout.HomePage.ascx | 8 ++++---- src/Orchard.Web/Themes/Corporate/Views/Layout.ascx | 10 +++++----- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx b/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx index 8aa8d9b38..d72869286 100644 --- a/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx +++ b/src/Orchard.Web/Themes/Contoso/Views/Layout.HomePage.ascx @@ -11,18 +11,18 @@ %>
- + <%-- Header --%> <% Html.Zone("header"); %> - + <%-- Main Menu --%> - + <%-- Home Hero --%>
- + <%-- Init jQuery Slider --%>