Pages

Pages - Menu

Monday, October 28, 2013

Login Page Custom Text : OBIEE 11g

In this post we will look at how to add custom text to login page as shown below


Open middleware home directory and goto below path 
Oracle_BI1\bifoundation\web\msgdb\pages\common\signin.html (don't forget to take backup) and search for top middle class as shown below

 <td class="topmiddle" width="10%" height="12">
 <span style="background-color:#F6CED8;text-align:center;font-weight:bold;color:#000000">
        You are connecting to - EDW system which Refreshes daily at 12 AM PDT 
   </span>

 </td>

Similarly you can add text at the end of language selection which is bottom middle class

<td class="bottommiddle" width="100%" height="12">

to reflect the changes restart presentation service and clear browser cache.

No comments:

Post a Comment

.