mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#20003 : Admin Search Paging Results Broken (Orchard 1.7)
Work Item: 20003
This commit is contained in:
@@ -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" })
|
||||
|
||||
|
Reference in New Issue
Block a user