mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
- Some modifications to last fork to bring it up to date with latest dev.
--HG-- branch : dev
This commit is contained in:
@@ -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><%
|
||||
} %>
|
Reference in New Issue
Block a user