Skip to Content
0
Former Member
Oct 04, 2012 at 09:43 AM

Theme issue

146 Views

Hi experts,

I am working in NW7.3 Ehp1. I transported our all DC's to Quality successfully. In DEV logon page source code shows

<html><head><link rel="stylesheet" href="/com.sap.portal.design.portaldesigndata/themes/portal/ Custom_theme /prtl_std/prtl_std_ie6.css?v=7.31.3.0.63" />

<script type="text/javascript">

/*HTML Business for Java, 6.0*/

ur_system = {doc : window.document , mimepath :"/com.sap.portal.design.urdesigndata/themes/portal/Custom_theme/common/", stylepath : "/com.sap.portal.design.urdesigndata/themes/portal/Custom_theme/ur/", is508 : false, domainrelaxing : "MINIMAL"};

var popup_emptydoc = "/htmlb/jslib/emptyhover.html";</script>

But in QTY logon page source shows

<html><head><link rel="stylesheet" href="/com.sap.portal.design.portaldesigndata/themes/portal/sap_tradeshow/prtl_std/prtl_std_ie6.css?v=7.31.3.0.0" />

<script type="text/javascript">

/*HTML Business for Java, 6.0*/

ur_system = {doc : window.document , mimepath :"/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow/common/", stylepath : "/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow/ur/", is508 : false, domainrelaxing : "MINIMAL"};

var popup_emptydoc = "/htmlb/jslib/emptyhover.html";</script>

how can I change sap_tradeshhow theme to Custom_Theme.

With regards,

Abhishek