mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding BlogArchives widget
--HG-- branch : dev
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user