Cosmetic UI Changes
Cosmetics may be a weapon of women but it is always better to look over rather than over looked. Siebel OOB comes with a soothing look and feel but still it may not fit into coloring schemes. In this post we will discuss about some basic UI modifications. Statutory Warning: Please take backup of existing files before you play around. 1 - Changing Oracle logo This is the foremost change which should be done. lookout for the " CCFrameBanner.swt " template file and modify below code to suit your requirement. <td align="right"><a href="http://www.oracle.com" target="_blank" ><swe:image name="POWERED_BY" category="HTML Control Icons"/></a></td> Change this code to below code <td align="right"><a href="http://YOURURL.com" TARGET="_blank"><img src = "images/YOURIMAGE.jpg" height ="30"></a></td> 2 - Changing login screen In or...