Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Explode the frevvo.war file to a temporary directory. You may have to change the file extension from .war to .zip to unzip it. See Installation Tasks for instructions.
  2. Edit \your temporary directory\WEB-INF\web.xml to set  the context parameter, frevvo.oem.branding.class to oem.  

...

  1.  
  2. Edit \your temporary directory\css-XXXXX\themes\oem\oem-branding.class file to make your changes. The XXXXX in the directory path represents the Revision Number of . For example, the oem-branding.css file will be located in \your temporary directory\css-19498\themes\oem for a revision number of  5.0.1.19498.
  3. Repackage frevvo.war after parameters in web.xml and any other files have been edited. Refer to Installation Tasks for instructions.
Code Block
<context-param>
 <param-name>frevvo.oem.branding.class</param-name>
 <param-value>oem</param-value>
 <description>This css class will be placed onto the body of the frevvo ui pages. OEMs can then edit the included oem-branding.css file with rules based on the body having the oem branding class in order to customize the frevvo app.</description> 
</context-param>

     

...

. OEMs can then edit the included oem-branding.css file

...

 with rules based on the body having the oem branding class in order to customize the frevvo app.</description> 
</context-param>
Note

It is recommended that you

...

modify the default oem-branding.css file to make the desired changes to the

...

application. Any aspect of this file can be changed

...

 

 

...

.