Mono Support Popup Window: Manage friends list (Create Message) (Zatvorena)

10117 put(a) pogledan, 2 odgovor(a), 13.12.2013. 11:51:10 - Kreirao(la) sonap
13.12.2013. 11:51:39
475 Reputacija 52 Ukupno objava

Hello,

I am trying to style the default popupWindow in the CreateMessage tab page.
The problem is, that although I am using my own theme, the popup window is linked to the default theme (see image).

Here is part of the module code I am referring to:

<head id="Head1" runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div class="popup-window">
        <asp:ScriptManager ID="AjaxScriptManager" runat="server"></asp:ScriptManager>
        <asp:Panel runat="server" ID="pnlContainer">    
        <div class="top-section">
            <div class="inner">
                <h2><asp:Literal ID="ltlHeader" runat="server"></asp:Literal></h2>
                <p><asp:Literal ID="ltlSubHeader" runat="server"></asp:Literal></p>
            </div>
        </div>

1
13.12.2013. 12:01:47
475 Reputacija 52 Ukupno objava

Sorry for the spam. I hope at least that this post would help someone else facing the same problem:

I just figured out that the abovementioned ascx works as a page (Iframed) but it hasn't a master page declared on its code. So, I just added the code

MasterPageFile="/my_path/my_project/Default.master"
at the <%@ Page part of the MessageFriendListAdmin.aspx module

abd now it takes my masterpage's declared css as reference.

Thank you
Panos


2
Ovo je MonoX demo site. Posjetite Mono Software za više detalja.