Adding BlogArchives widget

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-12 17:33:08 -07:00
parent 1e18168dbe
commit ce60c6d3a0
10 changed files with 137 additions and 79 deletions

View File

@@ -0,0 +1,8 @@
@model Orchard.Blogs.Models.BlogArchivesPart
<fieldset>
<div>
@Html.LabelFor(m => m.ForBlog)
@Html.TextBoxFor(m => m.ForBlog)
<span class="hint">@T("The blog's slug to display the archives for.")</span>
</div>
</fieldset>