U4-2737 Snippets that are available when creating new MacroScripts should also be available for Partial Views

This commit is contained in:
Sebastiaan Janssen
2014-01-15 20:55:17 +01:00
parent bad118ac6b
commit 99e91a1053
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
@inherits Umbraco.Web.Macros.PartialViewMacroPage
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage

View File

@@ -12,7 +12,7 @@ Filename (without .cshtml):
<asp:TextBox ID="FileName" runat="server" CssClass="bigInput"></asp:TextBox>
</div>
<div>
Choose a template:<br />
Choose a snippet:<br />
<asp:ListBox ID="PartialViewTemplate" runat="server" Width="350" CssClass="bigInput" Rows="1" SelectionMode="Single" />
</div>