AMT Help Files

Company Logo in NoFramwork Login Form

When an Application is used with the NoFramework option and Windows Authentication is disabled by setting the web application to Forms Authentication in IIS, a Company Logo can be added to the Login Form.

Take the following actions to add a Company Logo to the Login Form:

  1. Copy the graphical file of the logo the App_Themes\<Your Theme>\default folder of the NoFramework Client folder of the Application. Allowed graphical file types are .jpg, .png, .gif and .bmp.
  2. Open the file App_Themes\<Your Theme>\Amt.css in a text editor.
  3. Search for the section .companyImage.
  4. In that section change the display type from none to block.
  5. Change the background url to the filename of your Company Logo.
  6. Change the height, width and background-size properties to reflect the size of your Company Logo.
  7. Finally save the changed Amt.css file.

When the NoFramework Client is now started the Logo Form will show the Company Logo.