13 lines
No EOL
711 B
Text
13 lines
No EOL
711 B
Text
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FileZilla_EditAccount.ascx.cs" Inherits="WebsitePanel.Portal.ProviderControls.FileZilla_EditAccount" %>
|
|
<table cellSpacing="0" cellPadding="4" width="100%">
|
|
<tr>
|
|
<td class="SubHead" valign="top" style="width:150px;">
|
|
<asp:Label ID="lblAccessRights" runat="server" meta:resourcekey="lblAccessRights" Text="Access rights:"></asp:Label>
|
|
</td>
|
|
<td class="Normal">
|
|
<asp:CheckBox id="chkRead" runat="server" meta:resourcekey="chkRead" Text="Read" Checked="True"></asp:CheckBox>
|
|
<br/>
|
|
<asp:CheckBox id="chkWrite" runat="server" meta:resourcekey="chkWrite" Text="Write" Checked="True"></asp:CheckBox>
|
|
</td>
|
|
</tr>
|
|
</table> |