- Some modifications to last fork to bring it up to date with latest dev.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-06-17 10:57:00 -07:00
92 changed files with 415 additions and 262 deletions

View File

@@ -2,7 +2,7 @@
<%@ Import Namespace="Orchard.Search.ViewModels" %><%
using(Html.BeginForm("index", "search", new { area = "Orchard.Search" }, FormMethod.Get, new { @class = "search" })) { %>
<fieldset>
<%=Html.TextBox("q", Model.Query) %>
<button type="submit"><%=T("Search") %></button>
<%: Html.TextBox("q", Model.Query) %>
<button type="submit"><%: T("Search") %></button>
</fieldset><%
} %>