This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
In line 8 of the file ~\WebStore\AdminStoreSettings.aspx, the variable for runat="server" is missing. The end result is that the CSS breaks, and the line is rendered in the output html.
Original line:
<portal:InnerWrapperPanel ID="pnlInnerWrap" CssClass="panelwrapper webstore webstoresettings">
Should be:
<portal:InnerWrapperPanel ID="pnlInnerWrap" runat="server" CssClass="panelwrapper webstore webstoresettings">
I hope this helps!
/\dobe \/\/an
mojoPortal Version 2.3.9.0 MSSQLOperating System Microsoft Windows NT 6.0.6002 Service Pack 2 (Vista Home Premium 64bit)ASP.NET Info v4.0.30319 Running in Full TrustSQL Server 2008 (Express) v.10.0.5500
Thanks! I've just fixed this in my copy so it will be fixed in the next release. Anyone who needs it fixed right away can just add the runat="server" as you mentioned.
Best,
Joe