@Html.ActionLink(T("Add a new layer").ToString(), "Create", new { }, new { @class = "button primaryAction" })
-
Layers ...
-}
\ No newline at end of file
+@model WidgetsIndexViewModel;
+@using Orchard.Widgets.Models;
+@using Orchard.Widgets.ViewModels;
+@{ Style.Require("WidgetsAdmin"); }
+
+
@Html.ActionLink(T("Add a layer").ToString(), "AddLayer", new { }, new { @class = "button primaryAction" })
+
+
+
+
+
Available Widgets
+
+
+
+
+
+
Widget Layers
+
+
+
+
+}
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Views/EditorTemplates/Parts/Widgets.LayerPart.cshtml b/src/Orchard.Web/Modules/Orchard.Widgets/Views/EditorTemplates/Parts/Widgets.LayerPart.cshtml
new file mode 100644
index 000000000..be3256074
--- /dev/null
+++ b/src/Orchard.Web/Modules/Orchard.Widgets/Views/EditorTemplates/Parts/Widgets.LayerPart.cshtml
@@ -0,0 +1,16 @@
+@model Orchard.Widgets.Models.LayerPart
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Views/EditorTemplates/Parts/Widgets.WidgetPart.cshtml b/src/Orchard.Web/Modules/Orchard.Widgets/Views/EditorTemplates/Parts/Widgets.WidgetPart.cshtml
new file mode 100644
index 000000000..2e9125f3b
--- /dev/null
+++ b/src/Orchard.Web/Modules/Orchard.Widgets/Views/EditorTemplates/Parts/Widgets.WidgetPart.cshtml
@@ -0,0 +1,11 @@
+@model Orchard.Widgets.Models.WidgetPart
+
+
+
+
\ No newline at end of file