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

10 lines
No EOL
386 B
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PopupHeader.ascx.cs" Inherits="WebsitePanel.Portal.UserControls.PopupHeader" %>
<table class="Header" cellpadding="0" cellspacing="0">
<tr>
<td class="HeaderLeft"></td>
<td class="HeaderTitle">
<asp:Literal ID="PopupTitle" runat="server"></asp:Literal>
</td>
<td class="HeaderRight"></td>
</tr>
</table>