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:57:27 +01:00
parent 0aa72e5026
commit 168abddacf
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" ErrorMessage="*" ControlToValidate="FileName" runat="server">*</asp:RequiredFieldValidator>
</cc1:PropertyPanel>
<cc1:PropertyPanel runat="server" Text="Choose a template:">
<cc1:PropertyPanel runat="server" Text="Choose a snippet:">
<asp:ListBox ID="PartialViewTemplate" runat="server" Width="350" CssClass="bigInput input-large-type input-block-level" Rows="1" SelectionMode="Single">
<asp:ListItem Value="clean.xslt">Clean</asp:ListItem>
</asp:ListBox>