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

4 lines
No EOL
346 B
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CheckBoxOption.ascx.cs" Inherits="WebsitePanel.Portal.UserControls.CheckBoxOption" %>
<asp:Image ID="imgEnabled" runat="server" SkinID="OptionEnabled" />
<asp:Image ID="imgDisabled" runat="server" SkinID="OptionDisabled" />
<asp:Literal ID="litText" runat="server"></asp:Literal>