Starting Siebel Release 15.1 (IP2015 Patchset 1), theme 'SUI' has be renamed to theme 'Synergy'. Theme 'Synergy' implements the Cloud applications Dark Blue Theme, which is the default theme for Oracle Cloud R10 applications. There are 6 additional variants:
- Crisp Green Theme
- Bright Blue Theme
- Dark Gray Theme
- Light Blue Theme
- Steel Gray Theme
- Vanilla Theme
These additional themes are not available in Siebel CRM out-of-the-box, but you can add any of them with the steps below.
- Create
/eappweb/PUBLIC/enu/files/custom/theme-green-synergy.css with the following content:
#_sweclient { background-color: #d7ebc5; } #_sweclient > div { background-color: #d7ebc5; background-image: url("../images/bkgd_watermarkfoliage.png"); } .siebui-logo { background-image: url("../images/fuse-brand-oracle-black.png") !important; } .siebui-button-toolbar { background-image: url("../images/menu_ena.png") !important; } .siebui-toolbar-enable, .siebui-search-tb-btn, .siebui-msgbar { color: #38535a !important; } .siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen ul li a, .siebui-nav-tab.siebui-view-navs .siebui-nav-tabScreen .siebui-active-navtab a { color: #147c80 !important; } .siebui-landing #_sweview, .siebui-landing .siebui-applet { border-radius: 3px; }
- Type: OUI_THEME_SELECTION
- Display Value: Green Synergy
- Translate: False
- Language-Independent Code: SUI_THEME_GREEN_SYNERGY (Note: The SUI_THEME_ prefix is required)
- Parent LIC: NAVIGATION_TAB
- Name: Green Synergy Theme
- Expression: LookupName (OUI_THEME_SELECTION, Preference ("Behavior", "DefaultTheme")) = "SUI_THEME_GREEN_SYNERGY"
- Name: files/custom/theme-green-synergy.css
- Type: Application
- Usage Type: Theme
- Name: PLATFORM DEPENDENT
- Create a new record in Object Expression with expression Green Synergy Theme and set the level as 2
- Add files/custom/theme-green-synergy.css in Files applet with sequence 2
Follow the same steps and the CSS below to add the themes you need:
Theme | UI & CSS |
---|---|
Bright Blue |
|
Crisp Green |
|
Dark Gray |
|
Light Blue |
|
Steel Gray |
|
Vanilla |
|
- Note: The above steps requires IP2015 Patchset 1 (15.1) or above
0 comments:
Post a Comment