User interface change guidelines
Branding the interface using Skins
The goal of branding is to typically change the color scheme, icons, and background images to meet your corporate standards.
AR System provides the Skins feature that enables you to align an application with your corporate brand. Use Skins to make changes to the color scheme and to images on buttons. Skins are configured by using data. For more information about the Skins feature, see Applying skins to form views.
You can change the icons on the AR System Mid Tier login screen. Ensure that you do not change the CSS file that comes with AR System. We recommend that you change the images on the login screen by replacing the image that is referenced.
In the Mid Tier images directory, replace the login_image.jpg and login_logo.gif files with the files provided for the customer.
The reference to the files is as follows:
String login_img = "images/login_image.jpg";String logo_img = "images/login_logo.gif";