Adding a new WidgetPage content type and WidgetsBagPart to support a widget only page and making *the* home page a WidgetPage to support the new default theme*

- Current WidgetsBagPart only links to the widget management page so widget management isn't in more than one place (would be the case if Content zone widgets management were part of this part)

*could be configured through the distribution instead when that's implemented

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-08 13:53:27 -07:00
parent ebdc937835
commit 9fe274a7d4
8 changed files with 79 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
@{
Style.Require("WidgetsAdmin");
}
<div class="widgetsbag-editor">
<h5>@T("Widgets")</h5>
@* todo: (heskew) either embed some widget management here or link to a more specific widget management URL that's a little more specific to managing widgets for the Content zone for this item *@
<p>@T("Manage content widgets with the {0}.", @Html.ActionLink(T("widget manager").Text, "Index", "Admin", new {area = "Orchard.Widgets"}, null))</p>
</div>