#20003 : Admin Search Paging Results Broken (Orchard 1.7)

Work Item: 20003
This commit is contained in:
nduarte
2013-08-30 13:46:30 +02:00
committed by agriffard
parent 83653814c4
commit e2e9e2afa9

View File

@@ -3,7 +3,7 @@
Layout.Title = pageTitle;
}
@using (Html.BeginFormAntiForgeryPost()) {
@using (Html.BeginForm("index", "admin", new { area = "Orchard.Search" }, FormMethod.Get)) {
<label for="search-text">@T("Search")</label>
@Html.TextBox("searchText", (string)Model.SearchText, new { @class = "text textMedium", autofocus = "autofocus" })