Adding a couple of widget wrappers including a manage version w/ edit link

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-13 01:30:10 -07:00
parent cfa1601676
commit ec7f111021
5 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
@using Orchard.ContentManagement;
<div class="widget widget-manage">
<div class="actions">@Html.ItemEditLinkWithReturnUrl(T("Edit").Text, (ContentItem)Model.ContentItem)</div>
@Display(Model.Main)
</div>

View File

@@ -0,0 +1 @@
@Display(Model.Main)