Hi all, I have themes which are applied across my CMS site. When trying to access some of the CMS Edit Dialogs e.g. the Page Move dialog I get the following error: Using themed css files requires a header control on the page. (e.g. <head runat="server" />). Is there any easy way to overcome this? Thanks as always Shivonne
On Aug 13, 2:55 am, Shivonne wrote: > Hi all, > > I have themes which are applied across my CMS site. When trying to access > some of the CMS Edit Dialogs e.g. the Page Move dialog I get the following > error: > > Using themed css files requires a header control on the page. (e.g. <head > runat="server" />). > > Is there any easy way to overcome this? > > Thanks as always > > Shivonne Modify all of the MCMS standard dialog forms.
Hi George That's a rather unwieldy suggestion and would require intensive regression testing across all our CMS applications. A better solution that I have discovered is to exclude pages with the CMS namespace using the Application_PreRequestHandlerExecute event in global.asax. Thanks Shivonne "George Leithead" wrote: > On Aug 13, 2:55 am, Shivonne > wrote: > > Hi all, > > > > I have themes which are applied across my CMS site. When trying to access > > some of the CMS Edit Dialogs e.g. the Page Move dialog I get the following > > error: > > > > Using themed css files requires a header control on the page. (e.g. <head > > runat="server" />). > > > > Is there any easy way to overcome this? > > > > Thanks as always > > > > Shivonne > > Modify all of the MCMS standard dialog forms. >