websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ProviderControls/FileZilla_Settings.ascx
2011-07-13 16:07:32 -07:00

11 lines
No EOL
571 B
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FileZilla_Settings.ascx.cs" Inherits="WebsitePanel.Portal.ProviderControls.FileZilla_Settings" %>
<table cellpadding="4" cellspacing="0" width="100%">
<tr>
<td class="SubHead" style="width:200px;">
<asp:Label ID="lblBuildUncFilesPath" runat="server" meta:resourcekey="lblBuildUncFilesPath" Text="Build UNC Path to Space Files:"></asp:Label>
</td>
<td>
<asp:CheckBox ID="chkBuildUncFilesPath" runat="server" meta:resourcekey="chkBuildUncFilesPath" Text="Yes" />
</td>
</tr>
</table>