-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSettings.ascx
More file actions
23 lines (16 loc) · 857 Bytes
/
Settings.ascx
File metadata and controls
23 lines (16 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Settings.ascx.cs" Inherits="ToSic.Modules.ContentWorkflowDNNModule.Settings" %>
<!-- uncomment the code below to start using the DNN Form pattern to create and update settings -->
<%--
<%@ Register TagName="label" TagPrefix="dnn" Src="~/controls/labelcontrol.ascx" %>
<h2 id="dnnSitePanel-BasicSettings" class="dnnFormSectionHead"><a href="" class="dnnSectionExpanded"><%=LocalizeString("BasicSettings")%></a></h2>
<fieldset>
<div class="dnnFormItem">
<dnn:Label ID="lblSetting1" runat="server" />
<asp:TextBox ID="txtSetting1" runat="server" />
</div>
<div class="dnnFormItem">
<dnn:label ID="lblSetting2" runat="server" />
<asp:TextBox ID="txtSetting2" runat="server" />
</div>
</fieldset>
--%>