Added
8/26/09 TC/SS
Article ID#: KINet0023
As of IRM.Net 2.092.24, the IRM.Net owner pages are navigated with tabs.
This change accomplishes two goals: better performance and better
cross-browser support. The owners pages can now be viewed using Internet
Explorer, Firefox, Safari or Chrome.
Customers using a custom theme for the owners pages must make a few changes
to the styles in order for the tabs to display properly.
- Add the following lines to OwnerStyles.css (these lines can be copied
from OwnerStyes.css in one of the RDP supplied theme folders):
/*res & workorder options */
.OwnerOptionsPanel
{
margin:auto;
padding:5px
0
5px;
text-align:center;
width:750px;
background-image:
url(images/igdm_ControlBackground.png);
background-repeat:
repeat-x;
background-color:
#EFEFEF;
}
.OwnerTabContents
{
background-color: white;
/* change background of tab contents */
height:
650px;
}
- Add the following lines to skin.skin (these lines can be
copied from skin.skin in one of the RDP supplied theme folders):
<igtab:UltraWebTab
SkinID="OwnerTabs"
runat="server"
Width="100%"
Height="675px"
>
<RoundedImage
FillStyle="LeftMergedWithCenter"
HoverImage="/IRMNet/App_Themes/IslandBlue/Images/tab_light2.png"
LeftSideWidth="7"
NormalImage="/IRMNet/App_Themes/IslandBlue/Images/tab_light1.png"
RightSideWidth="6"
SelectedImage="/IRMNet/App_Themes/IslandBlue/Images/tab_light3.png"
ShiftOfImages="2"
/>
</igtab:UltraWebTab>
<igtbl:UltraWebGrid
SkinID="OwnerResGrid"
runat="server"
width="700px"
height="500px"/>
<igtbl:UltraWebGrid
SkinID="OwnerWOGrid"
runat="server"
width="700px"
height="530px"/>
|