Skip to content

Commit

Permalink
Fixed attachment disabling issue caused due to missing div closing ta…
Browse files Browse the repository at this point in the history
…g. It was not possible to disable attachments for forum module
  • Loading branch information
Ilpo Juvander committed Nov 18, 2016
1 parent da03898 commit ad88ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions branches/DNN_5/Controls/ACP_Attachment.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<dnn:label id="plAttachmentPath" runat="server" Suffix=":" controlname="txtAttachmentPath" />
<asp:TextBox id="txtAttachmentPath" runat="server" CssClass="dnnFormRequired" />
<asp:RequiredFieldValidator ID="valAttachmentPath" runat="server" ErrorMessage="*" ControlToValidate="txtAttachmentPath" CssClass="dnnFormMessage dnnFormError" Display="Dynamic" SetFocusOnError="true" />
</div>
<div class="dnnFormItem" id="divMaxAttachmentSize" runat="server">
<dnn:label id="plMaxAttachmentSize" runat="server" Suffix=":" controlname="txtMaxAttachmentSize" />
<asp:TextBox id="txtMaxAttachmentSize" runat="server" MaxLength="5" CssClass="dnnFormRequired" />
Expand Down

0 comments on commit ad88ed9

Please sign in to comment.