Localized the create window for new Scrips (js)

This commit is contained in:
Sebastiaan Janssen
2012-11-21 06:54:52 -01:00
parent 1b1722c875
commit aba68720bb
6 changed files with 14 additions and 11 deletions

View File

@@ -327,6 +327,7 @@ any domain and just set the culture.]]></key>
<key alias="welcome">Welcome...</key>
<key alias="width">Width</key>
<key alias="yes">Yes</key>
<key alias="folder">Folder</key>
</area>
<area alias="graphicheadline">
<key alias="backgroundcolor">Background color</key>

View File

@@ -2,13 +2,12 @@
<input type="hidden" name="nodeType" value="-1"/>
Name: <asp:RequiredFieldValidator id="RequiredFieldValidator1" ErrorMessage="*" ControlToValidate="rename" runat="server">*</asp:RequiredFieldValidator><br />
<%=umbraco.ui.Text("name")%>: <asp:RequiredFieldValidator id="RequiredFieldValidator1" ErrorMessage="*" ControlToValidate="rename" runat="server">*</asp:RequiredFieldValidator><br />
<asp:TextBox id="rename" Runat="server" Width="350" CssClass="bigInput"></asp:TextBox>
<div style="MARGIN-TOP: 10px">
Type:<br />
<%=umbraco.ui.Text("type")%>:<br />
<asp:ListBox id="scriptType" Runat="server" Width="350" CssClass="bigInput" Rows="1" SelectionMode="Single">
<asp:ListItem Selected="True" Value="">Folder</asp:ListItem>
</asp:ListBox>
</div>
@@ -17,6 +16,6 @@ Type:<br />
<div style="MARGIN-TOP: 15px;">
<asp:Button id="sbmt" Runat="server" style="MARGIN-TOP: 14px" Width="90"></asp:Button>
<em> or </em>
<em> <%=umbraco.ui.Text("or")%> </em>
<a href="#" style="color: Blue; margin-left: 6px;" onclick="UmbClientMgr.closeModalWindow()"><%=umbraco.ui.Text("cancel")%></a>
</div>