Skip to content

Commit 1a2f83c

Browse files
committed
Convert SortIndex textbox to number
1 parent 4e49775 commit 1a2f83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R7.Documents.Dnn/EditDocuments.ascx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636
<div class="dnnFormItem">
3737
<dnn:Label id="lblSortIndex" runat="server" ControlName="txtSortIndex" />
38-
<asp:TextBox id="txtSortIndex" runat="server">10</asp:TextBox>
38+
<asp:TextBox id="txtSortIndex" runat="server" TextMode="Number">10</asp:TextBox>
3939
<asp:RangeValidator id="valSortIndex" runat="server" ControlToValidate="txtSortIndex"
4040
Type="Integer" MaximumValue="2147483647" MinimumValue="-2147483648"
4141
resourcekey="SortIndex.Invalid" CssClass="dnnFormMessage dnnFormError" Display="Dynamic" />

0 commit comments

Comments
 (0)