HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PHerau/toptennisteam.be/wwwroot/admin/Search/InputSettings.ascx
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
<%@ Control Language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Modules.SearchInput.InputSettings" CodeFile="InputSettings.ascx.vb" %>
<table cellSpacing="2" cellPadding="2" border="0">
	<tr>
		<td nowrap width="180" class="SubHead"><dnn:label id="plModuleCombo" runat="server" controlname="cboModule" text="Search Results Module:"></dnn:label></td>
		<td  width="300">
			<asp:label id="txtModule" runat="server" cssClass="NormalBold"></asp:label>
			<asp:dropdownlist id="cboModule" runat="server" Width="300"></asp:dropdownlist>
		</td>
	</tr>
	<TR>
		<TD nowrap width="180" class="SubHead"><dnn:label id="plGoCheck" runat="server" controlname="chkGo" text="Show Go Image:"></dnn:label></TD>
		<TD width="300"><asp:CheckBox id="chkGo" runat="server"></asp:CheckBox></TD>
	</TR>
	<TR>
		<TD nowrap width="180" class="SubHead"><dnn:label id="plSearchCheck" runat="server" controlname="chkSearchImage" text="Show Search Image:"></dnn:label></TD>
		<TD width="300"><asp:CheckBox id="chkSearchImage" runat="server"></asp:CheckBox></TD>
	</TR>
</table>