Adding SearchForm widget

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-12 18:16:54 -07:00
parent ce60c6d3a0
commit 5d7d0bde3e
9 changed files with 54 additions and 33 deletions

View File

@@ -0,0 +1,9 @@
using Orchard.ContentManagement;
namespace Orchard.Search.Models {
/// <summary>
/// Cotnent part for the search form widget
/// </summary>
public class SearchFormPart : ContentPart {
}
}