forked from ActiveForums/ActiveForums
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathActiveForumViewerSettings.ascx
More file actions
25 lines (25 loc) · 951 Bytes
/
ActiveForumViewerSettings.ascx
File metadata and controls
25 lines (25 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<%@ Control Language="C#" AutoEventWireup="false" CodeBehind="ActiveForumViewerSettings.ascx.cs" Inherits="DotNetNuke.Modules.ActiveForums.ActiveForumViewerSettings" %>
<table>
<tr>
<td class="Normal">Select Forum Instance:</td>
<td><asp:DropDownList id="drpForumInstance" runat="server" AutoPostBack="True"></asp:DropDownList></td>
</tr>
<tr>
<td class="Normal">Select Forum:</td>
<td><asp:DropDownList id="drpForum" runat="server"></asp:DropDownList></td>
</tr>
<tr>
<td class="Normal">Select Forum Group Template:</td>
<td><asp:DropDownList id="drpForumViewTemplate" runat="server"></asp:DropDownList></td>
</tr>
<tr>
<td class="Normal">Select Topics Template:</td>
<td>
<asp:DropDownList id="drpTopicsTemplate" runat="server"></asp:DropDownList></td>
</tr>
<tr>
<td class="Normal">Select Topic Template:</td>
<td>
<asp:DropDownList id="drpTopicTemplate" runat="server"></asp:DropDownList></td>
</tr>
</table>