Hyperion Workspace Logon Screen Customization
713516Jul 23 2009 — edited Aug 5 2009I'm looking for help regarding customizing the Hyperion Workspace logon screen.
I've found documentation under BIPlus\docs\ regarding replacing the default image, and what size the new image should be. However, when the image is replaced, there is an area at the top which the image does not cover. The area is white, and I'd like to replace the html which generates this area with the correct color for our custom logon image.
When I use firebug to analyze the source, I see that this area is defined by the following:
<div id="bi-component-28" class="bi-component group-box-header-right" style="background-color: white; left: 300px; top: 0px; width: 299px; height: 8px;"/>
It seems as if Firebug may be generating this itself. I've done a text search for "group-box-header-right" "299px" and "logon_image.gif," but I still have not been able to find what is generating the code for that logon screen.
Any help would be greatly appreciated.