ER/Box powered by Compiere
 
Font size:      

Apache Forrest Notes

No Separator between second level tabs

This is a small, site specific modification: Since the second level tabs are surrounded by a coloured border the separation by the '|'-character seemed redundant. It was removed in
{FORREST_HOME}\main\webapp\skins\common\xslt\html\tab2menu.xsl :

...
  <!-- Called between level 2 tags -->
  <xsl:template name="level2-separator">
    <xsl:text> | </xsl:text>
  </xsl:template>  
...