Skip to content

Commit

Permalink
Removed maxlength from ViewProfiles/Settings.ascx (dnnsoftware#3837)
Browse files Browse the repository at this point in the history
* Update ComposeMessage.js

* Update Settings.ascx

Closes dnnsoftware#3682

* Revert MaxLength change

* Update Settings.ascx

Co-authored-by: Brian Dukes <[email protected]>
  • Loading branch information
MaiklT and bdukes authored Jun 16, 2020
1 parent cc61549 commit 0d2503d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<div class="dnnFormItem">
<dnn:Label ID="plTemplate" runat="server" ControlName="txtTemplate" />
<asp:TextBox ID="txtTemplate" Columns="60" TextMode="MultiLine" Rows="25" MaxLength="2000" runat="server" Width="300px" />
<asp:TextBox ID="txtTemplate" Columns="60" TextMode="MultiLine" Rows="25" runat="server" Width="300px" />
<asp:LinkButton ID="cmdLoadDefault" runat="server" CausesValidation="False" CssClass="dnnSecondaryAction" resourcekey="LoadDefault" />
</div>
</div>

0 comments on commit 0d2503d

Please sign in to comment.