Getting Orchard.Blogs on the new UI composition model (for display)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-15 14:40:35 -07:00
parent 4fa953c150
commit 262f4a4559
19 changed files with 143 additions and 104 deletions

View File

@@ -3,6 +3,6 @@
<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>
<span class="hint">@T("Show the archives for which blog? Note: specify the blog's slug.")</span>
</div>
</fieldset>