Change Width of RoomDetails Page on IRM.Net
Index
Article ID#: KINet0043
Added: 05/11/11 - MC/TC
The width of the RoomDetailsPage.aspx on the IRM.Net can be changed
by making stylesheet modifications.
-
Use an existing custom theme or create a custom theme folder on the
IRM.Net server under C:\INETPUB\WWWROOT\IRMNet\App_Themes.
-
If creating a new custom theme folder, copy stylesheets, Skin.skin
and the images folder from an existing theme into the custom theme folder.
-
Configure IRM.Net to use the custom
theme.
-
In RDPWin, go to the IRM.Net main menu --> Configuration -->
Appearance Tab.
-
Select the custom theme from the Theme (Reservations) and Theme
(Owners) drop down fields. WARNING: Do not modify the RDP provided stylesheets.
They will be replaced
with each IRM.Net update.
-
In the custom theme folder, allow write access to: Skin.skin by
right clicking the file --> Properties --> Security Tab --> check
the Allow box under Full Control for all each users listed.
-
Open the Skin.skin in Notepad and make the following changes:
change the
RoomDetailsPanel to the new desired width, for example:
<igmisc:WebAsyncRefreshPanel
SkinID="RoomDetailsPanel"
runat="server"
width="600px"
/>
-
change the RoomDetailsTabs to slightly smaller than the
RoomDetailsPanel, for example: <igtab:UltraWebTab
SkinID="RoomDetailTabs"
runat="server"
width="550px"
>
change the RatesGrid to the same size as RoomDetailsTabs, for
example: <igtab:UltraWebGrid
SkinID="RatesGrid"
runat="server"
width="550px"
>
If the width of RoomDetailsTabs is being set to less than 700px,
change the number of calendar months to be displayed to 3
months. (The default of 4 months will be too wide to fit.) To
change the number of months to display, go to RDPWin --> IRM.Net
main menu --> Configuration --> Appearance Tab --> Number of
Calendar Months to Display field.
|